Error if missing documentation

This commit is contained in:
Luke Parker
2024-06-16 11:17:41 -04:00
parent 77a2496ade
commit 60d5c06ac3
6 changed files with 23 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc = include_str!("../README.md")]
#![deny(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]
use core::fmt::Debug;