changeset 15381 | 52844baced17 |
parent 15380 | 6e3e5be8b2e2 |
child 15383 | 701ad89a9f2a |
--- a/rust/hwphysics/src/common.rs Wed Aug 28 23:06:34 2019 +0300 +++ b/rust/hwphysics/src/common.rs Thu Aug 29 00:06:31 2019 +0300 @@ -1,9 +1,5 @@ use fpnum::FPNum; -use std::{ - collections::BinaryHeap, - num::NonZeroU16, - ops::{Add, Index, IndexMut}, -}; +use std::{collections::BinaryHeap, num::NonZeroU16, ops::Add}; pub type GearId = NonZeroU16;