Skip to content

Commit

Permalink
chore(clippy): make clippy happy (#6092)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 24, 2023
1 parent 3f6f16a commit e82f5bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions crates/chisel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pub mod solidity_helper;
/// Prelude of all chisel modules
pub mod prelude {
pub use crate::{
cmd::*, dispatcher::*, executor::*, runner::*, session::*, session_source::*,
solidity_helper::*,
cmd::*, dispatcher::*, runner::*, session::*, session_source::*, solidity_helper::*,
};
}
2 changes: 0 additions & 2 deletions crates/forge/bin/cmd/script/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ mod sequence;
pub mod transaction;
mod verify;

pub use transaction::TransactionWithMetadata;

/// List of Chains that support Shanghai.
static SHANGHAI_ENABLED_CHAINS: &[Chain] = &[
// Ethereum Mainnet
Expand Down

0 comments on commit e82f5bd

Please sign in to comment.