Fix warning in mini_core
This commit is contained in:
parent
737421a25b
commit
40d40fb229
1 changed files with 0 additions and 1 deletions
|
@ -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::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue