Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: daxpedda <[email protected]>
  • Loading branch information
RunDevelopment and daxpedda authored Dec 8, 2024
1 parent 80ab2ef commit b240d26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
//!
//! ### `msrv` (default)
//!
//! Enables Rust language features that requires a higher MSRV. Enabling this
//! Enables Rust language features that require a higher MSRV. Enabling this
//! feature on older compilers will NOT result in a compilation error, the newer
//! language features will simply not be used.
//!
//! Right now, this feature only enables the use of
//! `diagnostic::on_unimplemented` (Rust 1.78 or later) to provide better error
//! messages.
//! When compiling with Rust v1.78 or later, this feature enables better error messages for invalid methods on structs and enums.
//!
//! ### `std` (default)
//!
Expand Down

0 comments on commit b240d26

Please sign in to comment.