Skip to content

Commit 5c91d8a

Browse files
committed
refactor: remove unnecessary trait bound
1 parent d8902c1 commit 5c91d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl App {
148148
}
149149
}
150150

151-
trait GetSizeUtils: GetSize {
151+
trait GetSizeUtils {
152152
type FormatSizeOutput;
153153
fn format_size(bytes_format: BytesFormat) -> Self::FormatSizeOutput;
154154
}

0 commit comments

Comments
 (0)