]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
cleanup qualify_path
[rust.git] / Cargo.toml
index 4d6908fa93e9973da7aee0eaa0b9d03d1207a5ec..84da50b9f6cd963df05b04d398b780832a21d501 100644 (file)
@@ -19,7 +19,8 @@ miniz_oxide.opt-level = 3
 
 [profile.release]
 incremental = true
-debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
+# Set this to 1 or 2 to get more useful backtraces in debugger.
+debug = 0
 
 [patch.'crates-io']
 # rowan = { path = "../rowan" }