Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` error: unused import: `Vec4Net` --> crates/messages/src/players/mod.rs:5:48 | 5 | pub use geom::{TransformNet, Vec2Net, Vec3Net, Vec4Net}; | ^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]` error: unused import: `PathError` --> crates/messages/src/players/mod.rs:6:16 | 6 | pub use path::{PathError, PathNet}; | ^^^^^^^^^ ```
- Loading branch information