We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b01313 commit 0b4b032Copy full SHA for 0b4b032
src/macros.rs
@@ -30,6 +30,9 @@ macro_rules! iprintln {
30
/// `None` variant the caller must ensure that the macro is called from a function that's executed
31
/// at most once in the whole lifetime of the program.
32
///
33
+/// # Note
34
+/// This macro is unsound on multi core systems.
35
+///
36
/// # Example
37
38
/// ``` no_run
0 commit comments