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 {
296296 where
297297 R : alloy_rlp:: Encodable ,
298298 {
299- let mut scope = super :: EncodeScope :: from ( & mut self . buffer [ ..] ) ;
299+ let mut scope = EncodeScope :: from ( & mut self . buffer [ ..] ) ;
300300 return_value. encode ( & mut scope) ;
301301 let len = scope. len ( ) ;
302302 ext:: return_value ( flags, & self . buffer [ ..] [ ..len] ) ;
Original file line number Diff line number Diff line change 3131//! there is no knowledge of the concrete types, the functionality is restricted to
3232//! the trait bounds on the `Environment` trait types.
3333
34- use crate :: {
35- arithmetic:: AtLeast32BitUnsigned ,
36- Result ,
37- } ;
34+ use crate :: arithmetic:: AtLeast32BitUnsigned ;
3835use ink_primitives:: {
3936 AccountId ,
4037 Clear ,
You can’t perform that action at this time.
0 commit comments