Include the standard library for unit tests

This commit is contained in:
Philipp Oppermann
2019-01-25 13:29:02 +01:00
parent 8e74084d52
commit 76a65ca3ee

View File

@@ -1,4 +1,4 @@
#![no_std]
#![cfg_attr(not(test), no_std)]
#![cfg_attr(not(test), no_main)]
#![cfg_attr(test, allow(unused_imports))]