diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-12 22:39:09 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-12 22:56:34 -0400 |
commit | e9e17be24eba558c30fcdc41ea5bb9a1da7fd4e7 (patch) | |
tree | 1ed3c4b528b0a8e54d0eb9babc391e562578c7b4 /org/compile_time_info.org | |
parent | nix flake & env upkeep (diff) |
mark modules as @safe: (& identify what is not)
Diffstat (limited to 'org/compile_time_info.org')
-rw-r--r-- | org/compile_time_info.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org/compile_time_info.org b/org/compile_time_info.org index 763a602..f333390 100644 --- a/org/compile_time_info.org +++ b/org/compile_time_info.org @@ -35,6 +35,7 @@ version(Windows) {} else { ... } compile_time_info +/ module doc_reform.conf.compile_time_info; +@safe: template CompileTimeInfo() { <<spine_compile_time_info_0>> <<spine_compile_time_info_1>> |