diff options
Diffstat (limited to 'library/compiler-builtins/crates')
| -rw-r--r-- | library/compiler-builtins/crates/panic-handler/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/compiler-builtins/crates/panic-handler/Cargo.toml b/library/compiler-builtins/crates/panic-handler/Cargo.toml index 96b83eaa226..a6764fc481b 100644 --- a/library/compiler-builtins/crates/panic-handler/Cargo.toml +++ b/library/compiler-builtins/crates/panic-handler/Cargo.toml @@ -5,4 +5,8 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2024" publish = false +[lib] +test = false +bench = false + [dependencies] |
