chore: add #[forbid(unsafe_code)] to all crates (#131)

This commit is contained in:
kos-for-juspay
2022-12-13 12:23:19 +01:00
committed by GitHub
parent 695cba3dd8
commit 97ccfd33b7
6 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#![forbid(unsafe_code)]
#![warn(
missing_docs,
rust_2018_idioms,