Clean way to patch the std
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
macro_rules! rtabort {
|
||||
($($t:tt)*) => {{
|
||||
loop {}
|
||||
}};
|
||||
($($t:tt)*) => {{ loop {} }};
|
||||
}
|
||||
macro_rules! rtprintpanic {
|
||||
($($t:tt)*) => {{}};
|
||||
}
|
||||
|
||||
pub fn cleanup() {}
|
||||
|
||||
Reference in New Issue
Block a user