work
[pspp] / rust / src / dictionary.rs
index 7e98575c5ff714462dc577d0368689da889caafc..f9886641f7f582398627b9ab937cf63b1ab8caa3 100644 (file)
@@ -8,10 +8,10 @@ use encoding_rs::Encoding;
 use indexmap::IndexSet;
 
 use crate::{
-    cooked::{Alignment, Measure, MissingValues, Value, VarWidth},
+    cooked::{MissingValues, Value, VarWidth},
     format::Format,
     identifier::{ByIdentifier, HasIdentifier, Identifier},
-    raw::CategoryLabels,
+    raw::{CategoryLabels, Alignment, Measure},
 };
 
 pub type DictIndex = usize;