Skip to content

Commit

Permalink
missed doctest end
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Mar 29, 2019
1 parent 22c574e commit eb7bff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/// fatal!("shields compromised, core breach in {:?}!", td);
/// // ^1 -- error level message: shields compromised, core breach in 100ms!
/// // ^2 -- panic: shields compromised, core breach in 100ms!
/// ```
#[macro_export]
macro_rules! fatal {
(target: $target:expr, $($arg:tt)+) => (
Expand Down

0 comments on commit eb7bff7

Please sign in to comment.