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:
parent
873e3cbdbe
commit
70529b9d15
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue