Skip to content

Commit 40d40fb

Browse files
committed
Fix warning in mini_core
1 parent 737421a commit 40d40fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/mini_core.rs

-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ pub fn panic(_msg: &'static str) -> ! {
467467

468468
macro_rules! panic_const {
469469
($($lang:ident = $message:expr,)+) => {
470-
#[cfg(not(bootstrap))]
471470
pub mod panic_const {
472471
use super::*;
473472

0 commit comments

Comments
 (0)