diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:17:47 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:17:47 +0300 |
| commit | b157e34176858766738be7e6903cc188285a5aeb (patch) | |
| tree | 5a58fbb2eda53cb4c3fd131f2457fb9639285ad6 /src/cfg/config.rs | |
| parent | 3fc368fbd6a818a8f9f210c995d82725d11e6e45 (diff) | |
Formatted code && fix clippy warn
Diffstat (limited to 'src/cfg/config.rs')
| -rw-r--r-- | src/cfg/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<String, toml::ser::Error> { let default: Config = Config { repo: Repo { |
