1 file changed
-4
src/tools.rs
-4
@@ -485,8 +485,6 @@ fn search_file(path: &Path, re: &Regex, matches: &mut Vec<String>) {
485
}
486
}
487
488
-/// ── create_directory ─────────────────────────────────────────────────────────
489
-
488
/// Create a directory and any missing parent directories.
489
fn exec_create_directory(arguments: &str) -> String {
490
let args: Value = match serde_json::from_str(arguments) {
@@ -516,8 +514,6 @@ fn exec_create_directory(arguments: &str) -> String {
514
}
515
}
516
519
-/// ── create_file ──────────────────────────────────────────────────────────────
520
-
517
/// Create a new file with the provided content.
518
///
519
/// Parent directories are created automatically. Fails if the file already