From 35abfdd33c4cc4289e426202868ee68fc3f19510 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 May 2021 00:01:25 +0100 Subject: [PATCH] otter: Uwe the prelude alias for ItemSpec Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 23de4f49..db65a6b7 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -1125,7 +1125,7 @@ mod library_add { const WANTED: usize = 2; let situation = if markers.len() < WANTED { let to_add = WANTED - markers.len(); - let spec = shapelib::ItemSpec { + let spec = ItemSpec { lib: "wikimedia".to_string(), // todo: make an argument item: MAGIC.to_string(), }; -- 2.30.2