diff --git a/testcrate/src/lib.rs b/testcrate/src/lib.rs index ae9e4e2..2e7f0d4 100644 --- a/testcrate/src/lib.rs +++ b/testcrate/src/lib.rs @@ -1,9 +1 @@ -#![cfg_attr(feature = "no_std", no_std)] - -#[cfg(test)] -mod tests { - #[test] - fn it_works() { - assert_eq!(2 + 2, 4); - } -} +#![no_std] \ No newline at end of file