diff --git a/src/schema/resource_list.rs b/src/schema/resource_list.rs index 6068c2a..28b949e 100644 --- a/src/schema/resource_list.rs +++ b/src/schema/resource_list.rs @@ -47,7 +47,7 @@ impl ResourceList { } #[instrument(level = "debug", skip(path, self))] - pub fn save(&self, path: impl AsRef + Debug) -> Result<(), ResourceSaveError> { + pub fn save(&self, path: impl AsRef) -> Result<(), ResourceSaveError> { info!("Creating backup before writing..."); let path = path.as_ref(); std::fs::rename(path, path.with_extension("bak"))