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 ec99d03 + 937824f commit 864bce2Copy full SHA for 864bce2
src/lib.rs
@@ -21,7 +21,7 @@
21
//! implementation suitable for single-hart targets, based on disabling interrupts globally.
22
//!
23
//! It is **unsound** to enable it on multi-hart targets,
24
-//! and may cause functional problems in systems where some interrupts must be not be disabled
+//! and may cause functional problems in systems where some interrupts must NOT be disabled
25
//! or critical sections are managed as part of an RTOS. In these cases, you should use
26
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
27
0 commit comments