Skip to content

Commit

Permalink
Remove missing docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed Sep 4, 2023
1 parent edbb446 commit 8b2f0a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
//! assert_eq!(res_utf8.as_str(), "2");
//! ```

#![warn(missing_docs)]

/// The module contains the rust-idiomatic data structures and functions.
pub mod v8;
mod v8_c_raw;
Expand Down

0 comments on commit 8b2f0a0

Please sign in to comment.