fmt + deny

This commit is contained in:
Luke Parker
2023-08-20 00:14:38 -04:00
parent 34397b31b1
commit 8973eb8ac4
5 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
#![allow(deprecated)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![no_std] // Prevents writing new code, in what should be a simple wrapper, which requires std
#![doc = include_str!("../README.md")]