X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=6b68ca823894f90f3769a6c4dc60a6b4e1cb49a5;hb=7a0774defa1f485788a5ad2150a3e045a8dc8be3;hp=1b322acdc616412d1fa5e1436bdb0cbf16764c1f;hpb=73e49493bd32ff12dbb70cde7d3fee9cf1dec7cd;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 1b322acdc61..6b68ca82389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [workspace] members = ["xtask/", "lib/*", "crates/*"] -exclude = ["crates/proc_macro_test/imp"] +exclude = ["crates/proc-macro-test/imp"] [profile.dev] # Disabling debug info speeds up builds a bunch, # and we don't rely on it for debugging that much. -debug = 2 +debug = 0 [profile.dev.package] # These speed up local tests.