aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/share
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-03-12 22:39:09 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-03-12 22:56:34 -0400
commite9e17be24eba558c30fcdc41ea5bb9a1da7fd4e7 (patch)
tree1ed3c4b528b0a8e54d0eb9babc391e562578c7b4 /src/doc_reform/share
parentnix flake & env upkeep (diff)
mark modules as @safe: (& identify what is not)
Diffstat (limited to 'src/doc_reform/share')
-rw-r--r--src/doc_reform/share/defaults.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc_reform/share/defaults.d b/src/doc_reform/share/defaults.d
index 13cf69f..e3f0a0c 100644
--- a/src/doc_reform/share/defaults.d
+++ b/src/doc_reform/share/defaults.d
@@ -51,9 +51,10 @@
shared default settings
+/
module doc_reform.share.defaults;
+@safe:
template Msg() {
import std.stdio;
- @safe auto Msg(I)(I doc_matters) {
+ auto Msg(I)(I doc_matters) {
struct Msg_ {
void v()(string message) {
if (doc_matters.opt.action.vox_gt1) {