From 7266336eefe96d7ee934c6dad0d9600077913dff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 28 Nov 2020 00:02:29 +0000 Subject: [PATCH] imports: fix style Signed-off-by: Ian Jackson --- src/imports.rs | 2 -- 1 file changed, 2 deletions(-) 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; - -- 2.30.2