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 15, 2025
1 parent 9811e8a commit c511418
Show file tree
Hide file tree
Showing 6 changed files with 900 additions and 600 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 c511418

Please sign in to comment.