docs: changelog

This commit is contained in:
Jack Wills
2023-03-13 00:56:16 +00:00
parent 5aaa3c1ab0
commit e3d0d64b4d
3 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -1,13 +1,12 @@
#![forbid(unsafe_code)]
#![warn(
clippy::expect_used,
clippy::nursery,
clippy::pedantic,
clippy::expect_used,
clippy::todo,
clippy::unused_async,
clippy::unwrap_used
)]
// Warning - These are indeed pedantic
#![allow(
clippy::module_name_repetitions,
clippy::doc_markdown,