X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=4d6908fa93e9973da7aee0eaa0b9d03d1207a5ec;hb=4933beca87a19233cb6de6384da29f081eb05aaf;hp=32ba3923bb929fbde46fc592a65baa9fe9bc3ee5;hpb=c7ae41829655226f1ea0a8c9ea2fe24bd175b609;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 32ba3923bb9..4d6908fa93e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [workspace] resolver = "2" members = ["xtask/", "lib/*", "crates/*"] +exclude = ["crates/proc_macro_test/imp"] [profile.dev] # Disabling debug info speeds up builds a bunch,