Remove section divider comments from tools.rs
paydii committed
Apr 24, 2026 at 17:56 UTC
cabb352add9657b833127a73a14615c095a3f670
1 file changed
-4
src/tools.rs
-4
index 789749d..9e1d123 100644
--- a/src/tools.rs
+++ b/src/tools.rs
@@ -485,8 +485,6 @@ fn search_file(path: &Path, re: &Regex, matches: &mut Vec<String>) {
}
}
-/// ── create_directory ─────────────────────────────────────────────────────────
-
/// Create a directory and any missing parent directories.
fn exec_create_directory(arguments: &str) -> String {
let args: Value = match serde_json::from_str(arguments) {
@@ -516,8 +514,6 @@ fn exec_create_directory(arguments: &str) -> String {
}
}
-/// ── create_file ──────────────────────────────────────────────────────────────
-
/// Create a new file with the provided content.
///
/// Parent directories are created automatically. Fails if the file already