aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-17 07:36:42 -0700
committerFuwn <[email protected]>2024-06-17 07:36:42 -0700
commitdd67bcf487e17b58435d712e49fa7e7b9bc2a408 (patch)
treed38c4f71ac5b01a48d83c4d85c30e650ffe36a78 /src/main.rs
parentfeat(useful): update content (diff)
downloadlocus-dd67bcf487e17b58435d712e49fa7e7b9bc2a408.tar.xz
locus-dd67bcf487e17b58435d712e49fa7e7b9bc2a408.zip
build: nix flake
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 91ff2c6..d5dab7a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-#![feature(const_extern_fn, async_closure, lazy_cell)]
+#![feature(const_extern_fn, async_closure)]
#![deny(
warnings,
nonstandard_style,