1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 13:37:48 +00:00

sort: remove unecessary implementation

This commit is contained in:
Thomas Queiroz 2021-10-23 23:21:45 -03:00
parent d72a135b42
commit 5e5bb91043
No known key found for this signature in database
GPG key ID: 229D2DDF7ECA5F8F

View file

@ -171,10 +171,6 @@ impl UError for SortError {
_ => 2,
}
}
fn usage(&self) -> bool {
false
}
}
impl Display for SortError {