Skip to content

Commit

Permalink
Merge pull request #35 from jewlexx/deprecate-formatter
Browse files Browse the repository at this point in the history
Deprecate TruncatedFormatter
  • Loading branch information
jewlexx authored Oct 16, 2023
2 parents 0f9a64a + f74a606 commit ea4882b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub mod truncate {
}

#[must_use]
// #[deprecated = "This is no longer used internally, and was never intended to be used externally"]
#[deprecated = "This is no longer used internally, and was never intended to be used externally"]
/// A wrapper over a writer that truncates the output to a certain length
///
/// Primarily intended to be used through the [`Truncate`] struct
Expand Down

0 comments on commit ea4882b

Please sign in to comment.