Skip to content

Commit

Permalink
refactor: fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Dec 31, 2023
1 parent 967801d commit b2a37a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit b2a37a3

Please sign in to comment.