From 2cc9c3395a356d4bbcf6bd601abb7edc1d9eed43 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Mon, 10 Jul 2023 03:01:03 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20false=20positive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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;