cleanup main

This commit is contained in:
🪞👃🪞 2024-07-10 13:47:14 +03:00
parent 23d9910399
commit 78afaf9693
2 changed files with 8 additions and 29 deletions

View file

@ -1,3 +1,5 @@
//#![feature(fn_traits)]
//#![feature(unboxed_closures)]
use crate::core::*;
pub trait Modal<T>: Device {