Skip to content

Commit

Permalink
Allow missing safety doc
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jun 29, 2022
1 parent d0304f3 commit e62bba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ At the moment none seems to have any reasonable advantage over the other.
*/

#![allow(clippy::missing_safety_doc)]

#[macro_use]
extern crate lazy_static;
#[cfg(any(unix, test))]
Expand Down

0 comments on commit e62bba4

Please sign in to comment.