From: Ian Jackson Date: Sat, 15 May 2021 23:01:25 +0000 (+0100) Subject: otter: Uwe the prelude alias for ItemSpec X-Git-Tag: otter-0.6.0~244 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=35abfdd33c4cc4289e426202868ee68fc3f19510;p=otter.git otter: Uwe the prelude alias for ItemSpec Signed-off-by: Ian Jackson --- 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(), };