Skip to content

Commit

Permalink
document all internal unsafe blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jan 16, 2025
1 parent 9811e8a commit a66b0c3
Show file tree
Hide file tree
Showing 6 changed files with 901 additions and 590 deletions.
7 changes: 6 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,12 @@
//!
//! [benchmarks]: https://github.com/ibraheemdev/papaya/blob/master/BENCHMARKS.md
#![deny(missing_debug_implementations, missing_docs, dead_code)]
#![deny(
missing_debug_implementations,
missing_docs,
dead_code,
unsafe_op_in_unsafe_fn
)]
// Polyfills for unstable APIs related to strict-provenance.
#![allow(unstable_name_collisions)]
// Stylistic preferences.
Expand Down
Loading

0 comments on commit a66b0c3

Please sign in to comment.