diff options
Diffstat (limited to 'src/cfg')
| -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 { |
