Skip to content

Commit

Permalink
chore: remove now stale doc comment about no_std requiring nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed May 18, 2024
1 parent 95946a0 commit e995285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
//! in any environment where [`alloc`](https://doc.rust-lang.org/alloc/)
//! (i.e., a memory allocator) is available. In addition, the crate
//! exposes minimalist versions of the `std` I/O traits it needs to
//! function, allowing users to implement them. Disabling `std` requires
//! enabling `nightly` due to dependencies on unstable language features.
//! function, allowing users to implement them.
//! - `nightly`: enables performance optimizations that are specific to the nightly Rust toolchain.
//! Currently, this feature improves rustdoc generation and enables the namesake feature
//! on `crc32fast`, but this may change in the future. This feature also used to enable
Expand Down

0 comments on commit e995285

Please sign in to comment.