Skip to content

Commit db1d57c

Browse files
committed
sort: remove empty impl block for KeySettings
1 parent 0b0ba60 commit db1d57c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/uu/sort/src/sort.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,6 @@ struct KeySettings {
406406
reverse: bool,
407407
}
408408

409-
impl KeySettings {}
410-
411409
impl From<&GlobalSettings> for KeySettings {
412410
fn from(settings: &GlobalSettings) -> Self {
413411
Self {

0 commit comments

Comments
 (0)