From e496397818468bd84e8b98cffb014c0431a6d2d7 Mon Sep 17 00:00:00 2001 From: DrEden33773 Date: Fri, 22 Dec 2023 01:01:06 +0800 Subject: [PATCH] remove `assert_match` feature --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index e8de4fe..b0bff6d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(assert_matches)] - use once_cell::sync::Lazy; pub mod ast;