Fix warnings with latest nightly

This commit is contained in:
Kirill Chibisov
2024-02-19 08:34:39 +04:00
parent 3e42fa364c
commit 96d29ab26c
10 changed files with 1 additions and 11 deletions

View File

@@ -1,7 +1,5 @@
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]
use std::convert::TryInto;
use icrate::Foundation::{NSInteger, NSUInteger};
use objc2::encode::{Encode, Encoding};