Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 0f6dba1

Browse files
committed
Turn on deny(unsafe_op_in_unsafe_fn)
1 parent 1b6e448 commit 0f6dba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
//! ```
117117
118118
#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.28")]
119-
#![deny(missing_docs)]
119+
#![deny(missing_docs, unsafe_op_in_unsafe_fn)]
120120
// Suppressed clippy_pedantic lints
121121
#![allow(
122122
// buggy

0 commit comments

Comments
 (0)