silence warnings for d11 since it's not done yet
This commit is contained in:
parent
143dabb6f2
commit
576547bfc8
@ -1,3 +1,5 @@
|
|||||||
|
#![allow(dead_code)]
|
||||||
|
#![allow(unused_variables)]
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
|
|
||||||
pub type I = Vec<Vec<char>>;
|
pub type I = Vec<Vec<char>>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user