We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d166d commit cdc27acCopy full SHA for cdc27ac
1 file changed
src/bin/ml-cellar.rs
@@ -87,7 +87,6 @@ fn init() {
87
std::fs::write(".gitattributes", GITATTRIBUTES).expect("failed to write .gitattributes");
88
89
// Make .mlcellar.toml
90
-
91
let config = RegoritoryConfig::default();
92
let toml_str = to_string_pretty(&config).expect("failed to serialize project config to TOML");
93
std::fs::write(".mlcellar.toml", toml_str).expect("failed to write .mlcellar.toml");
0 commit comments