🧹 false positive

This commit is contained in:
Vladislav Nepogodin 2023-07-10 03:01:03 +04:00
parent a40d87f9d1
commit 2cc9c3395a
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
1 changed files with 1 additions and 0 deletions

View File

@ -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;