diff options
Diffstat (limited to 'library/rustc-std-workspace-std')
| -rw-r--r-- | library/rustc-std-workspace-std/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/rustc-std-workspace-std/Cargo.toml b/library/rustc-std-workspace-std/Cargo.toml index f70994e1f88..6079dc85d90 100644 --- a/library/rustc-std-workspace-std/Cargo.toml +++ b/library/rustc-std-workspace-std/Cargo.toml @@ -9,6 +9,9 @@ edition = "2024" [lib] path = "lib.rs" +test = false +bench = false +doc = false [dependencies] std = { path = "../std" } |
