Skip to content

Commit

Permalink
[fix] cargo fmt and clippy lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed Dec 19, 2023
1 parent 118747a commit 3d08f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
/// let output: String = "abc".pad(6, Alignment::Left, Symbol::Whitespace);
/// ```
///

use std::clone;

/// Exhaustive enum for the alternative ways to pad and format data.
Expand Down

0 comments on commit 3d08f23

Please sign in to comment.