Enable usermode unit test for specific crates

This commit is contained in:
Zhang Junyang
2023-11-04 17:01:12 +08:00
committed by Tate, Hongliang Tian
parent b8818bb740
commit bb0560530f
13 changed files with 203 additions and 74 deletions

View File

@ -35,7 +35,7 @@
//! ```
//!
#![no_std]
#![cfg_attr(not(test), no_std)]
/// Error type for TryFromInt derive macro
#[derive(Debug, Clone, Copy)]