summaryrefslogtreecommitdiff
path: root/src/cfg/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg/config.rs')
-rw-r--r--src/cfg/config.rs1
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 {