aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan Perry <np@npry.dev>2025-12-17 18:15:34 -0500
committerNathan Perry <np@npry.dev>2025-12-17 18:51:00 -0500
commit51fda9d1a1ea6553fe034f86c1fd667a159d5ae1 (patch)
tree75ff89bd653d28a6b5a66de293cb0a4e967faffb /src
parent3e75019fcd70f59403e51a275ee83184854b3266 (diff)
nix: update to 25.11, switch to crane
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index db22047..88f5913 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,5 @@
#![feature(try_trait_v2)]
#![feature(pattern)]
-#![feature(concat_idents)]
#![feature(associated_type_defaults)]
#![feature(box_patterns)]
#![allow(deprecated)]