Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fixing compilation&clippy warnings #1531

Merged
merged 2 commits into from
Jul 4, 2016
Merged

Fixing compilation&clippy warnings #1531

merged 2 commits into from
Jul 4, 2016

Conversation

tomusdrw
Copy link
Collaborator

@tomusdrw tomusdrw commented Jul 4, 2016

No description provided.

@tomusdrw tomusdrw added the A0-pleasereview 🤓 Pull request needs code review. label Jul 4, 2016
@NikVolf NikVolf added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jul 4, 2016
@@ -50,7 +50,7 @@ impl<'db> SecTrieDB<'db> {
}

impl<'db> Trie for SecTrieDB<'db> {
fn iter<'a>(&'a self) -> Box<Iterator<Item = (Vec<u8>, &[u8])> + 'a> {
fn iter<'a>(&'a self) -> Box<Iterator<Item=TrieItem> + 'a> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing spacing around =

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gavofyork gavofyork added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Jul 4, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Jul 4, 2016
@arkpar arkpar merged commit bb2a631 into master Jul 4, 2016
@@ -17,6 +17,9 @@
use hash::H256;
use rlp::SHA3_NULL_RLP;

/// Trie-Item type.
pub type TrieItem<'a> = (Vec<u8>, &'a[u8]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing space here

@tomusdrw tomusdrw deleted the fix-warnings branch July 8, 2016 13:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants