From d3b9353c9fe56622af920d13e1b1c9ede4530b8e Mon Sep 17 00:00:00 2001 From: Esteve Fernandez Date: Tue, 21 Jul 2020 15:02:05 +0200 Subject: [PATCH] Removed const_if_match feature gate. Stabilized in Rust 1.45 --- zenoh-util/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/zenoh-util/src/lib.rs b/zenoh-util/src/lib.rs index cc9f946..4ddf518 100644 --- a/zenoh-util/src/lib.rs +++ b/zenoh-util/src/lib.rs @@ -11,8 +11,6 @@ // Contributors: // ADLINK zenoh team, // -#![feature(const_if_match)] - #[macro_use] extern crate lazy_static;