Closed AurevoirXavier closed 4 years ago
warning: unused `std::result::Result` that must be used
--> core/merkle-patricia-trie/src/lib.rs:49:3
|
49 | trie.insert(key.as_ref().to_vec(), value.as_ref().to_vec());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_must_use)]` on by default
= note: this `Result` may be an `Err` variant, which should be handled
warning: unused import: `ethbloom::Bloom`
--> core/sr-eth-primitives/src/receipt.rs:122:6
|
122 | use ethbloom::Bloom;
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unused import: `triehash::ordered_trie_root`
--> core/sr-eth-primitives/src/receipt.rs:128:6
|
128 | use triehash::ordered_trie_root;
| ^^^