diff --git a/src/main.rs b/src/main.rs index d8b10b6..75588f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,7 @@ #![feature(const_str_from_utf8)] #![feature(string_remove_matches)] #![allow(non_upper_case_globals)] +#![allow(clippy::arc_with_non_send_sync)] mod alpm_helper; mod application_browser;