aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_shared.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-01-05 20:17:17 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2020-02-11 13:08:49 -0500
commitde02319cfa7b4bbff8c111bda02be1a7c6591555 (patch)
tree732c11d10bc2699cd1b72d00b3be943284eea130 /org/default_shared.org
parentreduce use of auto, much with tuples (diff)
dlang safe default imminent, look ahead
- @safe @trusted & @system, reconsider @trusted
Diffstat (limited to 'org/default_shared.org')
-rw-r--r--org/default_shared.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/default_shared.org b/org/default_shared.org
index 067b7b5..b0e242b 100644
--- a/org/default_shared.org
+++ b/org/default_shared.org
@@ -32,7 +32,7 @@ module doc_reform.share.defaults;
#+BEGIN_SRC d
template Msg() {
import std.stdio;
- auto Msg(I)(I doc_matters) {
+ @safe auto Msg(I)(I doc_matters) {
struct Msg_ {
void v()(string message) {
if (!(doc_matters.opt.action.quiet) && doc_matters.opt.action.verbose) {