diff --git a/cli/src/config.rs b/cli/src/config.rs index 07e8df8fe5..c8a579f3a2 100644 --- a/cli/src/config.rs +++ b/cli/src/config.rs @@ -864,8 +864,6 @@ pub struct _TestToml { } impl _TestToml { - // TODO: Remove if/when false positive gets fixed - #[allow(clippy::needless_borrows_for_generic_args)] fn from_path(path: impl AsRef) -> Result { let s = fs::read_to_string(&path)?; let parsed_toml: Self = toml::from_str(&s)?;