fix crate-docs and some lints

This commit is contained in:
steven-omaha
2023-02-14 15:13:04 +01:00
parent c490c660b4
commit bcf5093c7e
6 changed files with 25 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
/*!
This library contains all logic that happens in `pacdef` under the hood.
*/
#![warn(
clippy::as_conversions,
clippy::option_if_let_else,