Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
e45aeb23
Unverified
Commit
e45aeb23
authored
Oct 09, 2021
by
Robin Freyler
Committed by
GitHub
Oct 09, 2021
Browse files
fix a clippy warning (#953)
parent
6e7941a7
Pipeline
#161373
failed with stages
in 9 minutes and 31 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
crates/env/src/engine/experimental_off_chain/impls.rs
View file @
e45aeb23
...
@@ -270,7 +270,7 @@ impl EnvBackend for EnvInstance {
...
@@ -270,7 +270,7 @@ impl EnvBackend for EnvInstance {
enc_input
,
enc_input
,
&
mut
&
mut
output
[
..
],
&
mut
&
mut
output
[
..
],
))
?
;
))
?
;
let
decoded
=
decode_to_result
(
&
mut
&
output
[
..
])
?
;
let
decoded
=
decode_to_result
(
&
output
[
..
])
?
;
Ok
(
decoded
)
Ok
(
decoded
)
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment