mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
refactor: fix clippy warning
This commit is contained in:
parent
967801dc32
commit
b2a37a32b0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ use serde::Deserialize;
|
|||
use std::collections::HashMap;
|
||||
|
||||
pub use self::common::{CommonConfig, TransitionType};
|
||||
pub use self::truncate::{EllipsizeMode, TruncateMode};
|
||||
pub use self::truncate::TruncateMode;
|
||||
|
||||
#[derive(Debug, Deserialize, Clone)]
|
||||
#[serde(tag = "type", rename_all = "snake_case")]
|
||||
|
|
Loading…
Add table
Reference in a new issue