Skip to content

Commit

Permalink
Merge #362
Browse files Browse the repository at this point in the history
362: add note r=jonathanpallant a=gnxlxnxx

the same note as in rust-embedded/riscv#87

Co-authored-by: gnxlxnxx <[email protected]>
  • Loading branch information
bors[bot] and gnxlxnxx authored Nov 25, 2021
2 parents a78c497 + 0b4b032 commit 3d33d32
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 3d33d32

Please sign in to comment.