feat: conditional test feature

fix error on stable toolchain
This commit is contained in:
2025-05-11 20:52:34 +08:00
parent 1542f0349b
commit 2c73893757

View File

@@ -1,4 +1,5 @@
#![feature(test)]
#![cfg_attr(test, feature(test))]
#![allow(dead_code)]
mod builtins;