Fix documentation mistype in examples/crash.rs

This commit is contained in:
Anton Ageev
2017-05-11 20:36:05 +03:00
committed by GitHub
parent 7fa559eeab
commit 9669b788d1

View File

@@ -27,7 +27,7 @@
//! $2 = cortex_m::exception::Exception::HardFault //! $2 = cortex_m::exception::Exception::HardFault
//! //!
//! (gdb) # Where did we come from? //! (gdb) # Where did we come from?
//! (gdb) print _e //! (gdb) backtrace
//! ``` //! ```
#![feature(used)] #![feature(used)]