Reverted patch for lint fix.

This commit is contained in:
Frostie314159 2023-08-30 09:59:47 +02:00
parent 0eeefd3dbf
commit 98f55fa54d
No known key found for this signature in database
GPG key ID: 0C2C22C244C8223F

View file

@ -1,5 +1,5 @@
#![allow(dead_code)]
#![allow(non_camel_case_types, non_upper_case_globals)]
#![allow(non_camel_case_types)]
use core::cell::RefCell;