From e9e17be24eba558c30fcdc41ea5bb9a1da7fd4e7 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 12 Mar 2024 22:39:09 -0400 Subject: mark modules as @safe: (& identify what is not) --- src/doc_reform/meta/metadoc_curate_authors.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/doc_reform/meta/metadoc_curate_authors.d') diff --git a/src/doc_reform/meta/metadoc_curate_authors.d b/src/doc_reform/meta/metadoc_curate_authors.d index 589431c..8757b26 100644 --- a/src/doc_reform/meta/metadoc_curate_authors.d +++ b/src/doc_reform/meta/metadoc_curate_authors.d @@ -48,6 +48,7 @@ +/ module doc_reform.meta.metadoc_curate_authors; +@safe: import std.algorithm, std.array, @@ -68,7 +69,7 @@ template spineMetaDocCuratesAuthors() { M _make_and_meta_struct, O _opt_action, ) { - @safe string inline_search_form(M)( + string inline_search_form(M)( M _make_and_meta_truct, ) { string o; -- cgit v1.2.3