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) --- org/out_zip.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org/out_zip.org') diff --git a/org/out_zip.org b/org/out_zip.org index 1435458..1302d18 100644 --- a/org/out_zip.org +++ b/org/out_zip.org @@ -26,13 +26,14 @@ #+BEGIN_SRC d <> module doc_reform.io_out.create_zip_file; +@safe: template createZipFile() { import std.file, std.outbuffer, std.string, std.zip; - @safe void createZipFile( + void createZipFile( string zip_file_name, void[] compressed_zip_data, ) { -- cgit v1.2.3