From ffe52b288295073e0da6e54c5a780a91206ac009 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 3 Jan 2022 06:39:57 -0600 Subject: Remove #[feature(doc_cfg)] --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index dcff77c..75ca189 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! `blown-fuse` #![forbid(unsafe_code)] -#![feature(try_trait_v2, doc_cfg)] +#![feature(try_trait_v2)] #[cfg(not(target_os = "linux"))] compile_error!("Unsupported OS"); -- cgit v1.2.3