Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4da27a7

Browse files
committedAug 6, 2024·
fix clippy warnings
1 parent 8dd2aea commit 4da27a7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎vendored/src/text_size/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ mod range;
2323
mod size;
2424
mod traits;
2525

26-
#[cfg(feature = "schemars")]
27-
mod schemars_impls;
2826
#[cfg(feature = "serde")]
2927
mod serde_impls;
3028

‎vendored/src/text_size/size.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use {
55
fmt, iter,
66
num::TryFromIntError,
77
ops::{Add, AddAssign, Sub, SubAssign},
8-
u32,
98
},
109
};
1110

0 commit comments

Comments
 (0)
Please sign in to comment.