From 9fa89e735859d008673663b740c217d0731e71e1 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 7 Jun 2022 22:03:23 -0400 Subject: Move back to stable rust. `maud`, which was the main reason for nightlies, relies on proc macros. Those are stable in the 2021 edition, and maud 0.23+ uses them in a stable-friendly way. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index eb1da51..1f7b19a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,2 @@ -#![feature(proc_macro_hygiene)] - pub mod twelve; pub mod view; -- cgit v1.2.3