Skip to content

Commit bc578d5

Browse files
committed
doc: fix an incorrect code comment
1 parent 25f010e commit bc578d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constance/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#![doc(include = "./common.md")]
2020
#![cfg_attr(not(test), no_std)] // Link `std` only when building a test (`cfg(test)`)
2121

22-
// When using `#![no_std]`, `core` has to be imported manually to be used
22+
// When not using `#![no_std]`, `core` has to be manually imported to be used
2323
#[cfg(test)]
2424
extern crate core;
2525

0 commit comments

Comments
 (0)