Improve documentation on docs.rs (#17)

This commit is contained in:
daxpedda
2021-09-30 14:00:32 -07:00
committed by GitHub
parent 7be67b26de
commit ad04f224af
5 changed files with 10 additions and 0 deletions
+1
View File
@@ -476,6 +476,7 @@
#![cfg_attr(not(feature = "bench"), deny(missing_docs))]
#![deny(unsafe_code)]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]
extern crate alloc;