Skip to content

Commit 98e5c17

Browse files
committed
refactor: remove empty KeySettings impl block
Remove the unused empty implementation block for KeySettings to clean up the code.
1 parent a476496 commit 98e5c17

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
@@ -404,8 +404,6 @@ struct KeySettings {
404404
reverse: bool,
405405
}
406406

407-
impl KeySettings {}
408-
409407
impl From<&GlobalSettings> for KeySettings {
410408
fn from(settings: &GlobalSettings) -> Self {
411409
Self {

0 commit comments

Comments
 (0)