Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
🎨 clippy suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Aug 15, 2018
1 parent 9d547d2 commit caba55b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client_internals/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@ impl Into<Option<super::AdvancedQuery>> for TreeQueryParam {
Some(super::AdvancedQuery::Tree(self))
}
}
impl Default for TreeBuilder {
fn default() -> Self {
Self::new()
}
}

0 comments on commit caba55b

Please sign in to comment.