Correct various no_std definitions

This commit is contained in:
Luke Parker
2023-05-13 04:03:56 -04:00
parent f069567f12
commit 227176e4b8
8 changed files with 25 additions and 22 deletions

View File

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