Skip to content

Commit 71c0092

Browse files
committed
Thanks clippy
1 parent e93f808 commit 71c0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-object/src/tree/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use crate::{
55
bstr::{BStr, BString},
66
tree, Tree, TreeRef,
77
};
8+
use std::cell::RefCell;
89
use std::cmp::Ordering;
9-
use std::{cell::RefCell, u8};
1010

1111
///
1212
pub mod editor;

0 commit comments

Comments
 (0)