feat: clearly mark template code

This commit is contained in:
Felix Spöttel
2022-10-29 17:25:11 +02:00
parent e327f00aa8
commit e45e930602
5 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
/*
* This file contains template code.
* There is no need to edit this file unless you want to change template functionality.
*/
use std::io::Write;
use std::path::PathBuf;
use std::{env::temp_dir, io, process::Command};

View File

@@ -1,3 +1,7 @@
/*
* This file contains template code.
* There is no need to edit this file unless you want to change template functionality.
*/
use std::{
fs::{File, OpenOptions},
io::Write,