Skip to content

Commit

Permalink
oro-std: allow missing docs in private items
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 14, 2025
1 parent 7de5831 commit 67ff2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oro-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#![deny(unsafe_op_in_unsafe_fn)]
#![cfg_attr(doc, feature(doc_cfg, doc_auto_cfg))]
#![feature(cfg_target_thread_local)]
#![allow(clippy::missing_docs_in_private_items)]

#[expect(unused_imports)]
use ::oro;
Expand Down

0 comments on commit 67ff2b2

Please sign in to comment.