We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93f808 commit 71c0092Copy full SHA for 71c0092
gix-object/src/tree/mod.rs
@@ -5,8 +5,8 @@ use crate::{
5
bstr::{BStr, BString},
6
tree, Tree, TreeRef,
7
};
8
+use std::cell::RefCell;
9
use std::cmp::Ordering;
-use std::{cell::RefCell, u8};
10
11
///
12
pub mod editor;
0 commit comments