Address Clippy lints
This commit is contained in:
parent
e053e25d2c
commit
15f794b7a8
43 changed files with 147 additions and 172 deletions
|
|
@ -36,7 +36,7 @@ where
|
|||
/// Creates a vertical [`Rule`] with the given width.
|
||||
pub fn vertical(width: u16) -> Self {
|
||||
Rule {
|
||||
width: Length::from(Length::Units(width)),
|
||||
width: Length::Units(width),
|
||||
height: Length::Fill,
|
||||
is_horizontal: false,
|
||||
style: Default::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue