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

Commit

Permalink
Turn on deny(unsafe_op_in_unsafe_fn)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 21, 2023
1 parent 1b6e448 commit 0f6dba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
//! ```

#![doc(html_root_url = "https://docs.rs/serde_yaml/0.9.28")]
#![deny(missing_docs)]
#![deny(missing_docs, unsafe_op_in_unsafe_fn)]
// Suppressed clippy_pedantic lints
#![allow(
// buggy
Expand Down

0 comments on commit 0f6dba1

Please sign in to comment.