aboutsummaryrefslogtreecommitdiff
path: root/stockton-levels/src
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:21 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:21 +0100
commit83e4ac1499b548957c554f740934b9b2a02310aa (patch)
treec890dc4ca220a4ee53b88a729472050e6da0b9b9 /stockton-levels/src
parent95708732572431dc057a9fd71fa8bd8571a336a2 (diff)
refactor(all): 2018 edition
Diffstat (limited to 'stockton-levels/src')
-rw-r--r--stockton-levels/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/stockton-levels/src/lib.rs b/stockton-levels/src/lib.rs
index dfe6e52..fa07fbf 100644
--- a/stockton-levels/src/lib.rs
+++ b/stockton-levels/src/lib.rs
@@ -31,10 +31,9 @@
#![allow(incomplete_features)]
#![feature(generic_associated_types)]
+extern crate nalgebra as na;
#[macro_use]
extern crate bitflags;
-extern crate bitvec;
-extern crate nalgebra as na;
pub mod coords;
pub mod features;