File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ impl Create2Args {
203
203
#[ allow( clippy:: needless_borrows_for_generic_args) ]
204
204
let addr = deployer. create2 ( & salt. 0 , init_code_hash) ;
205
205
206
- // Check if the the regex matches the calculated address' checksum.
206
+ // Check if the regex matches the calculated address' checksum.
207
207
let _ = addr. to_checksum_raw ( & mut checksum, None ) ;
208
208
// SAFETY: stripping 2 ASCII bytes ("0x") off of an already valid UTF-8 string
209
209
// is safe.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ impl<'a> Iterator for QuoteStateCharIndices<'a> {
65
65
}
66
66
}
67
67
68
- /// An iterator over the the indices of quoted string locations
68
+ /// An iterator over the indices of quoted string locations
69
69
pub struct QuotedRanges < ' a > ( QuoteStateCharIndices < ' a > ) ;
70
70
71
71
impl < ' a > QuotedRanges < ' a > {
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ pub mod wrapper {
397
397
pub cumulative_gas_used : U256 ,
398
398
/// Gas used by this transaction alone.
399
399
///
400
- /// Gas used is `None` if the the client is running in light client mode.
400
+ /// Gas used is `None` if the client is running in light client mode.
401
401
#[ serde( rename = "gasUsed" ) ]
402
402
pub gas_used : Option < U256 > ,
403
403
/// Contract address created, or `None` if not a deployment.
You can’t perform that action at this time.
0 commit comments