remove unnecessary lint

This commit is contained in:
steven-omaha
2023-02-23 17:45:58 +01:00
parent 7e73cc886d
commit 752bd2028b
-1
View File
@@ -107,7 +107,6 @@ impl Pacdef {
to_install
}
#[allow(clippy::as_conversions)]
fn overwrite_values_from_config(&mut self, backend: &mut dyn Backend) {
if let Some(arch) = backend.as_any_mut().downcast_mut::<Arch>() {
arch.binary = self.config.aur_helper.clone();