Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Removed const_if_match feature gate. Stabilized in Rust 1.45 #6

Open
wants to merge 1 commit into
base: rust-master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions zenoh-util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
// Contributors:
// ADLINK zenoh team, <[email protected]>
//
#![feature(const_if_match)]

#[macro_use]
extern crate lazy_static;

Expand Down