Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
the same note as in rust-embedded/riscv#87
  • Loading branch information
gnxlxnxx committed Nov 12, 2021
1 parent 6b01313 commit 0b4b032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ macro_rules! iprintln {
/// `None` variant the caller must ensure that the macro is called from a function that's executed
/// at most once in the whole lifetime of the program.
///
/// # Note
/// This macro is unsound on multi core systems.
///
/// # Example
///
/// ``` no_run
Expand Down

0 comments on commit 0b4b032

Please sign in to comment.