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.
2 parents a78c497 + 0b4b032 commit 3d33d32Copy full SHA for 3d33d32
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