feat: define crate as no_std only when not doing tests
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
parent
ed49f20ead
commit
1788e43333
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#![no_std]
|
#![cfg_attr(not(test), no_std)]
|
||||||
#![allow(unused)]
|
#![allow(unused)]
|
||||||
#![deny(rustdoc::broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue