Replace unsafe with unwrap (#20)

This commit is contained in:
David Pedersen
2021-06-15 23:18:49 +02:00
committed by GitHub
parent 8a82fd00aa
commit 4fc3d8b5ba
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -602,7 +602,7 @@
clippy::match_like_matches_macro,
clippy::type_complexity
)]
#![deny(unsafe_code)]
#![forbid(unsafe_code)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(test, allow(clippy::float_cmp))]