refact(core): remove stale lint config

This commit is contained in:
steven-omaha
2023-05-26 00:27:05 +02:00
committed by GitHub
parent 7fe6a71dc4
commit 12c32ffccd
-1
View File
@@ -121,7 +121,6 @@ impl Pacdef {
Ok(to_install) Ok(to_install)
} }
#[allow(clippy::unused_self, unused_variables)]
fn overwrite_values_from_config(&mut self, backend: &mut dyn Backend) { fn overwrite_values_from_config(&mut self, backend: &mut dyn Backend) {
#[cfg(feature = "arch")] #[cfg(feature = "arch")]
{ {