trivia
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 22 Mar 2025 18:30:32 +0000 (11:30 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 22 Mar 2025 18:30:32 +0000 (11:30 -0700)
rust/pspp/src/format/mod.rs

index 342891a658d1fea7d1e30a3492efcf2d688f5011..9a2375bd9384db39053c4ec8cc9705d0e1ab037f 100644 (file)
@@ -1972,7 +1972,7 @@ mod test {
 
     use crate::{
         dictionary::Value,
-        format::{AbstractFormat, Format, NumberStyle, Settings, UncheckedFormat, CC},
+        format::{AbstractFormat, Format, Settings, UncheckedFormat, CC},
         lex::{
             scan::StringScanner,
             segment::Syntax,