Skip to content

Commit 84a47fd

Browse files
committed
doc: align no_std info with README
unicode-width no longer depends on `std`. This has been updated in README.md in 96eaa4a, but the introductory comments in `lib.rs` still show the old information. Align `lib.rs` with `README.md` and drop reference to the old `no_std` feature flag.
1 parent fda272b commit 84a47fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
//!
3030
//! # features
3131
//!
32-
//! unicode-width supports a `no_std` feature. This eliminates dependence
33-
//! on std, and instead uses equivalent functions from core.
32+
//! unicode-width does not depend on `std`, so it can be used in crates
33+
//! with the `#![no_std]` attribute.
3434
//!
3535
//! # crates.io
3636
//!

0 commit comments

Comments
 (0)