From 5c601f7316b682179e373bf1a2e5550bf2c5ee76 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 7 Aug 2018 16:43:09 +0200 Subject: [PATCH] Rustfmt --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index c2f1d0db977f..8737a2a5954a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -156,9 +156,7 @@ impl CodegenBackend for CraneliftCodegenBackend { fn init(&self, sess: &Session) { for cty in sess.opts.crate_types.iter() { match *cty { - CrateType::Rlib - | CrateType::Dylib - | CrateType::Executable => {} + CrateType::Rlib | CrateType::Dylib | CrateType::Executable => {} _ => { sess.parse_sess.span_diagnostic.warn(&format!( "LLVM unsupported, so output type {} is not supported",