fix: remove and resolve FIXMEs and TODOs from db module (#174)

This commit is contained in:
Nishant Joshi
2022-12-20 17:55:24 +05:30
committed by GitHub
parent f3d3abf060
commit 76b47e64c4
22 changed files with 130 additions and 65 deletions

View File

@ -10,7 +10,8 @@
clippy::panicking_unwrap,
clippy::unreachable,
clippy::unwrap_in_result,
clippy::unwrap_used
clippy::unwrap_used,
clippy::unimplemented
)]
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR" ), "/", "README.md"))]