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
commit398830dd51b1fa493ca2618702f5175f3af70ee4 (patch)
treefe376d5bc148a9691e1c57278c71ac383538d639 /src/lib.rs
parentdocs(README.md): add nightly toolchain notice (diff)
downloadwindmark-398830dd51b1fa493ca2618702f5175f3af70ee4.tar.xz
windmark-398830dd51b1fa493ca2618702f5175f3af70ee4.zip
feat: drop rust nightly requirement!!!
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,