diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-02 14:29:00 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-05 12:25:08 +0000 |
| commit | 40d40fb2293734b6ac9c77e764bf0183819e4a95 (patch) | |
| tree | f148347cfe14899f95d22cc4f54138b4869bc924 | |
| parent | 737421a25b9a46aca017ffef1b1d648e278d1d87 (diff) | |
| download | rust-40d40fb2293734b6ac9c77e764bf0183819e4a95.tar.gz rust-40d40fb2293734b6ac9c77e764bf0183819e4a95.zip | |
Fix warning in mini_core
| -rw-r--r-- | example/mini_core.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs index 1cee5131907..85b0590809c 100644 --- a/example/mini_core.rs +++ b/example/mini_core.rs @@ -467,7 +467,6 @@ pub fn panic(_msg: &'static str) -> ! { macro_rules! panic_const { ($($lang:ident = $message:expr,)+) => { - #[cfg(not(bootstrap))] pub mod panic_const { use super::*; |
