Skip to content

Commit

Permalink
latest bindings ec4f214
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Jun 15, 2024
1 parent ea956bd commit 951eb60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/bindings/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
#![allow(unused_imports)]
#![allow(unused_imports, clippy::all, rustdoc::all)]
//! This module contains the sol! generated bindings for solidity contracts.
//! This is autogenerated code.
//! Do not manually edit these files.
//! These files may be overwritten by the codegen system at any time.
pub mod counter;

0 comments on commit 951eb60

Please sign in to comment.