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 2e68e0c commit 4967c22Copy full SHA for 4967c22
git-odb/src/store/compound/write.rs
@@ -1,10 +1,8 @@
1
use std::io::Read;
2
3
+use crate::store::{compound, loose};
4
use git_object::{mutable, Kind};
5
-use crate::store::compound;
6
-use crate::store::loose;
7
-
8
impl crate::write::Write for compound::Backend {
9
type Error = loose::backend::write::Error;
10
git-odb/src/store/linked/write.rs
@@ -1,8 +1,7 @@
-use crate::store::linked;
+use crate::store::{linked, loose};
impl crate::write::Write for linked::Db {
0 commit comments