summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-03 06:39:57 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-03 06:39:57 -0600
commitffe52b288295073e0da6e54c5a780a91206ac009 (patch)
tree3574c8d13deaa8c6f9c669adafe3c799cb810f4f /src/lib.rs
parent7a72e3f54d48f29517d7961590d418b1c60dfeaa (diff)
Remove #[feature(doc_cfg)]
Diffstat (limited to '')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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");