Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 15, 2022
1 parent 9ff64bb commit 8eec815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-repository/src/repository/config/transport.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::bstr::BStr;
use crate::config::cache::util::{ApplyLeniency, ApplyLeniencyDefault};
use std::any::Any;

impl crate::Repository {
Expand All @@ -24,6 +23,7 @@ impl crate::Repository {
#[cfg(feature = "blocking-http-transport")]
{
use crate::bstr::ByteVec;
use crate::config::cache::util::{ApplyLeniency, ApplyLeniencyDefault};
use git_transport::client::http;
use std::borrow::Cow;
use std::convert::{TryFrom, TryInto};
Expand Down

0 comments on commit 8eec815

Please sign in to comment.