We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a037e3e commit b218bc9Copy full SHA for b218bc9
src/any_tree.rs
@@ -2,9 +2,7 @@
2
// This source code is licensed under both the Apache 2.0 and MIT License
3
// (found in the LICENSE-* files in the repository)
4
5
-use crate::{
6
- BlobTree, Tree,
7
-};
+use crate::{BlobTree, Tree};
8
use enum_dispatch::enum_dispatch;
9
10
/// May be a standard [`Tree`] or a [`BlobTree`]
0 commit comments