From b157e34176858766738be7e6903cc188285a5aeb Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Mon, 1 Dec 2025 14:17:47 +0300 Subject: Formatted code && fix clippy warn --- src/cfg/config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cfg') diff --git a/src/cfg/config.rs b/src/cfg/config.rs index 213224f..af0def3 100644 --- a/src/cfg/config.rs +++ b/src/cfg/config.rs @@ -64,6 +64,7 @@ impl Config { /// Return the default configuration as a toml string. /// /// This function returns the default configuration as a toml string. + #[allow(clippy::should_implement_trait)] pub fn default() -> Result { let default: Config = Config { repo: Repo { -- cgit v1.2.3