aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-31 17:34:09 +0000
committerFuwn <[email protected]>2022-07-31 17:34:16 +0000
commitae81292908fd049365b9ff582727e0227af8563e (patch)
treefe376d5bc148a9691e1c57278c71ac383538d639 /src/lib.rs
parentdocs(README.md): add nightly toolchain notice (diff)
downloadwindmark-0.1.20.tar.xz
windmark-0.1.20.zip
feat: drop rust nightly requirement!!!v0.1.20
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9e85d59..642182c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,7 +16,6 @@
// Copyright (C) 2022-2022 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
-#![feature(once_cell, fn_traits)]
#![deny(
clippy::all,
clippy::nursery,