1
0
Fork 0
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:
Jake Stanger 2023-12-31 00:43:48 +00:00
parent 967801dc32
commit b2a37a32b0
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -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")]