Fix documentation

This commit is contained in:
Jeremy Soller
2017-09-26 13:57:16 -06:00
parent 9a9f5d17cb
commit bdff0dd004
4 changed files with 4 additions and 2 deletions
-2
View File
@@ -2,11 +2,9 @@
use interrupt;
#[cfg(not(test))]
#[lang = "eh_personality"]
pub extern "C" fn eh_personality() {}
#[cfg(not(test))]
/// Required to handle panics
#[lang = "panic_fmt"]
#[no_mangle]