aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-10-18 11:51:37 +0200
committerAlex Auvolat <alex@adnab.me>2021-10-18 11:51:37 +0200
commit448709c1db0659d3adaa6f0b661e88c1d5485d83 (patch)
tree5675783ccce02baa7e045f9578516a3750d41a96 /src/lib.rs
parent040231d554b74e981644e606c096ced6fc36a2ad (diff)
downloadnetapp-448709c1db0659d3adaa6f0b661e88c1d5485d83.tar.gz
netapp-448709c1db0659d3adaa6f0b661e88c1d5485d83.zip
Make a true v0.2.0 releasev0.2.00.2
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a0bec32..ca35d85 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -13,8 +13,6 @@
//! about message priorization.
//! Also check out the examples to learn how to use this crate.
-#![feature(map_first_last)]
-
pub mod error;
pub mod util;