This commit is contained in:
n4n5
2025-11-09 15:38:31 -07:00
parent a2d6232b9a
commit 262c638bd8
+1 -1
View File
@@ -300,7 +300,7 @@ fn main() -> io::Result<()> {
// These use the hashsum
"hashsum"
}
n => n
n => n,
};
let p = format!("docs/src/utils/{name}.md");