You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using the nightly Rust channel to compile your smart contract?
Are you using an up-to-date cargo-contract? Check via cargo contract --version.
If you are unsure please tell us your version noted there.
Are you using an up-to-date ink! version in your smart contract?
You can check this by looking into the [dependencies] section of your Cargo.toml.
If you are unsure please tell us your version noted there.
Describe the bug
A clear and concise description of what the bug or odd behavior is.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
warning: variable does not need to be mutable
--> crates/env/src/chain_extension.rs:383:18
|
383 | |mut output| {
| ----^^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
warning: 1 warning emitted
The text was updated successfully, but these errors were encountered:
Questions
FAQ
cargo-contract
? Check viacargo contract --version
.[dependencies]
section of yourCargo.toml
.Describe the bug
A clear and concise description of what the bug or odd behavior is.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: