File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ impl EnvBackend for EnvInstance {
296
296
where
297
297
R : alloy_rlp:: Encodable ,
298
298
{
299
- let mut scope = super :: EncodeScope :: from ( & mut self . buffer [ ..] ) ;
299
+ let mut scope = EncodeScope :: from ( & mut self . buffer [ ..] ) ;
300
300
return_value. encode ( & mut scope) ;
301
301
let len = scope. len ( ) ;
302
302
ext:: return_value ( flags, & self . buffer [ ..] [ ..len] ) ;
Original file line number Diff line number Diff line change 31
31
//! there is no knowledge of the concrete types, the functionality is restricted to
32
32
//! the trait bounds on the `Environment` trait types.
33
33
34
- use crate :: {
35
- arithmetic:: AtLeast32BitUnsigned ,
36
- Result ,
37
- } ;
34
+ use crate :: arithmetic:: AtLeast32BitUnsigned ;
38
35
use ink_primitives:: {
39
36
AccountId ,
40
37
Clear ,
You can’t perform that action at this time.
0 commit comments