diff options
| author | Boxy <rust@boxyuwu.dev> | 2025-04-02 21:28:54 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2025-04-09 12:29:59 +0100 |
| commit | c93005ee651422f1920ef2a68e5ab9ff772b4b06 (patch) | |
| tree | bc8448b8055eecaf533b29a1c7e0f4f74b3aad74 /library/proc_macro/src | |
| parent | 609eacbb22eb9014fdea1618105a294f0dc8a63e (diff) | |
| download | rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.tar.gz rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.zip | |
update cfgs
Diffstat (limited to 'library/proc_macro/src')
| -rw-r--r-- | library/proc_macro/src/bridge/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/proc_macro/src/bridge/mod.rs b/library/proc_macro/src/bridge/mod.rs index 52cc8fba043..1b5c221425e 100644 --- a/library/proc_macro/src/bridge/mod.rs +++ b/library/proc_macro/src/bridge/mod.rs @@ -9,7 +9,6 @@ #![deny(unsafe_code)] // proc_macros anyway don't work on wasm hosts so while both sides of this bridge can // be built with different versions of rustc, the wasm ABI changes don't really matter. -#![cfg_attr(bootstrap, allow(unknown_lints))] #![allow(wasm_c_abi)] use std::hash::Hash; |
