fix: Remove unexisting mod from main.rs

This commit is contained in:
Guilhem 2022-06-17 18:18:59 +02:00
parent 68c4dbaf04
commit ae61a25c05

View File

@ -1,4 +1,3 @@
mod display;
mod lib;
fn main() {
}
fn main() {}