diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-18 11:51:37 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-18 11:51:37 +0200 |
commit | 448709c1db0659d3adaa6f0b661e88c1d5485d83 (patch) | |
tree | 5675783ccce02baa7e045f9578516a3750d41a96 /src/lib.rs | |
parent | 040231d554b74e981644e606c096ced6fc36a2ad (diff) | |
download | netapp-0.2.tar.gz netapp-0.2.zip |
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |