chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -3,10 +3,8 @@
|
|||
|
||||
//! Describes logic specific to the single-select and multi-select modes of a model.
|
||||
|
||||
use super::{
|
||||
Entity, Model,
|
||||
category::{ItemCategory, ItemInterface},
|
||||
};
|
||||
use super::category::{ItemCategory, ItemInterface};
|
||||
use super::{Entity, Model};
|
||||
use std::collections::HashSet;
|
||||
|
||||
/// Describes a type that has selectable items.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue