Skip to content

Commit

Permalink
chore: Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 25, 2024
1 parent dc9881e commit 1bbbb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftide-core/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub fn safe_truncate_utf8(s: impl AsRef<str>, max_chars: usize) -> String {
///
/// Enabled with the `truncate-debug` feature flag, which is enabled by default.
///
/// If debugging large outputs is needed, set swiftide_core to `no-default-features`
/// If debugging large outputs is needed, set `swiftide_core` to `no-default-features`
///
/// # Example
///
Expand Down

0 comments on commit 1bbbb0e

Please sign in to comment.