1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

remove unused import Rem in data/mod.rs

This commit is contained in:
laVashik 2025-04-18 21:06:57 +03:00
commit 70529b9d15

View file

@ -22,7 +22,7 @@ use std::fmt;
use std::fmt::{Debug, Display, Formatter};
use std::io::{Cursor, Read, Seek};
use std::mem::size_of;
use std::ops::{Index, Rem};
use std::ops::Index;
use std::sync::Mutex;
pub use vbsp_common::{Angles, Color, EntityProp, LightColor, Negated, PropPlacement, Vector};
use zip::result::ZipError;