Skip to content

Commit

Permalink
ref(lint): allow missing safety docs in wavm-shims
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Mar 21, 2024
1 parent 45f83c5 commit b37e5c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/wavm-shims/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
//! Most of the documentation is taken from the [Stylus source].
//!
//! [Stylus source]: https://github.com/OffchainLabs/stylus/blob/484efac4f56fb70f96d4890748b8ec2543d88acd/arbitrator/wasm-libraries/user-host-trait/src/lib.rs
//!
//! We allow unsafe here because safety is guaranteed by the Stylus team.
#![allow(clippy::missing_safety_doc)]
use std::slice;

use storage::{read_bytes32, write_bytes32, STORAGE};
Expand Down

0 comments on commit b37e5c3

Please sign in to comment.