decodedrecord works
[pspp] / rust / src / format.rs
index 9f285a9dd6710624564f90fea197b56307bad82c..3612134a24ae6f34ca7c32d070e0b4aca5d644ce 100644 (file)
@@ -6,7 +6,7 @@ use std::{
 use thiserror::Error as ThisError;
 
 use crate::{
-    cooked::VarWidth,
+    dictionary::VarWidth,
     raw::{self, VarType},
 };