]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Run rustfmt
[rust.git] / config.toml.example
index 9dd3002506e41cbe333d4cc8051dcf9d62071eb7..effe00843810da1dcd993bfc48ec00f6df6e288c 100644 (file)
 # standard library.
 #debuginfo-only-std = false
 
+# Enable debuginfo for the extended tools: cargo, rls, rustfmt
+# Adding debuginfo makes them several times larger.
+#debuginfo-tools = false
+
 # Whether or not jemalloc is built and enabled
 #use-jemalloc = true
 
 # rustc to execute.
 #lld = false
 
+# Whether to deny warnings in crates
+#deny-warnings = true
+
 # =============================================================================
 # Options for specific targets
 #