From: Ian Jackson Date: Sat, 28 Nov 2020 00:02:29 +0000 (+0000) Subject: imports: fix style X-Git-Tag: otter-0.2.0~314 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7266336eefe96d7ee934c6dad0d9600077913dff;p=otter.git imports: fix style Signed-off-by: Ian Jackson --- diff --git a/src/imports.rs b/src/imports.rs index 0f44da6b..c5696e0c 100644 --- a/src/imports.rs +++ b/src/imports.rs @@ -121,6 +121,4 @@ pub enum Impossible { } display_as_debug!(Impossible); pub type AE = anyhow::Error; - pub type OE = OnlineError; -