diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-01-05 20:17:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-02-11 13:08:49 -0500 |
commit | de02319cfa7b4bbff8c111bda02be1a7c6591555 (patch) | |
tree | 732c11d10bc2699cd1b72d00b3be943284eea130 /org/out_harvest_metadata.org | |
parent | reduce use of auto, much with tuples (diff) |
dlang safe default imminent, look ahead
- @safe @trusted & @system, reconsider @trusted
Diffstat (limited to 'org/out_harvest_metadata.org')
-rw-r--r-- | org/out_harvest_metadata.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/out_harvest_metadata.org b/org/out_harvest_metadata.org index 4b7fe7e..cb26cf0 100644 --- a/org/out_harvest_metadata.org +++ b/org/out_harvest_metadata.org @@ -22,10 +22,10 @@ #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_harvest.d" module doc_reform.meta.metadoc_harvest; template spineMetaDocHarvest() { - auto spineMetaDocHarvest(T,H)( + @safe auto spineMetaDocHarvest(T,H)( T doc_matters, H hvst, - ) @safe { + ) { <<metadoc_harvest_imports>> mixin InternalMarkup; <<metadoc_harvest_initialize>> |