From b25c0e5ef68ca68aa98f78878e6bb3a39318bd27 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 12 Jun 2021 17:08:07 +0300 Subject: [PATCH] examples: do not write to files in examples/templates/templates.v --- examples/templates/templates.v | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/templates/templates.v b/examples/templates/templates.v index 822406c365..65ec459be1 100644 --- a/examples/templates/templates.v +++ b/examples/templates/templates.v @@ -193,5 +193,4 @@ fn main() { // data_dump(data) b := filled_in_template() println(b) - os.write_file('result.md', b) or { panic(err) } }