Skip to content

Commit

Permalink
Make no_std unconditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Sympatron authored Dec 6, 2024
1 parent c12db45 commit ba97093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
//! implemented by disabling interrupts. The critical sections are very short, a few instructions at
//! most, so they should make no difference to most applications.
#![cfg_attr(not(feature = "std"), no_std)]
#![no_std]
#![deny(missing_docs)]
#![deny(warnings)]

Expand Down

0 comments on commit ba97093

Please sign in to comment.