We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a148c8 commit c3338cbCopy full SHA for c3338cb
src/side_offsets.rs
@@ -10,7 +10,7 @@
10
//! A group of side offsets, which correspond to top/left/bottom/right for borders, padding,
11
//! and margins in CSS.
12
13
-use std::num::{NumCast, Zero};
+use std::num::{Num, NumCast, Zero};
14
15
/// A group of side offsets, which correspond to top/left/bottom/right for borders, padding,
16
/// and margins in CSS.
0 commit comments