chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -154,7 +154,7 @@ pub use dialog::{Dialog, dialog};
|
|||
pub mod divider {
|
||||
/// Horizontal variant of a divider.
|
||||
pub mod horizontal {
|
||||
use iced::{widget::Rule, widget::rule};
|
||||
use iced::widget::{Rule, rule};
|
||||
|
||||
/// Horizontal divider with default thickness
|
||||
#[must_use]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue