Skip to content

Commit

Permalink
guard against future style regression
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Nov 22, 2024
1 parent 48bc59a commit f72f9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
// doc
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg_hide), doc(cfg_hide(doc, docsrs)))]
#![allow(clippy::missing_safety_doc)]
#![warn(clippy::uninlined_format_args)]

// Re-export DPI types so that users don't have to put it in Cargo.toml.
#[doc(inline)]
Expand Down

0 comments on commit f72f9a2

Please sign in to comment.