Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jelte Fennema-Nio <github-tech@jeltef.nl>
  • Loading branch information
tyranron and JelteF authored Sep 9, 2024
1 parent 041d2fb commit 7340ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ pub use crate::try_unwrap::TryUnwrapError;
#[doc(inline)]
pub use derive_more_impl::*;

/// Module containing macro definitions with their corresponding traits along.
/// Module containing derive definitions with their corresponding traits along.
///
/// Use it in your import paths, if you do want to import macros along with their traits.
/// Use it in your import paths, if you do want to import derives along with their traits.
pub mod with_trait {
// When re-exporting traits from `std` we need to do a pretty crazy trick, because we ONLY want
// to re-export the traits and not derives that are called the same in the `std` module, because
Expand Down

0 comments on commit 7340ed0

Please sign in to comment.