warnings--

This commit is contained in:
2024-11-28 19:38:44 +01:00
parent b1b088eab6
commit 5488f85792
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
use crate::geometry::*;
use crate::render::{Surface, Shader, Surfaces};
use std::fmt::{Debug, Formatter};
use std::fmt::Debug;
use std::rc::Rc;
use std::cell::RefCell;
use std::io;