Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 12, 2021
1 parent 976da51 commit f16d057
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,6 @@ pub fn connect(
ConnectMode::Daemon,
))
}

#[cfg(test)]
mod tests;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod connect_message {
mod message {
use crate::{client::git, Protocol, Service};

#[test]
Expand Down
3 changes: 0 additions & 3 deletions git-transport/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ use crate::{Protocol, Service};
use bstr::BString;
use std::{io, io::Write};

#[cfg(test)]
mod tests;

///
pub mod connect;
#[doc(inline)]
Expand Down

0 comments on commit f16d057

Please sign in to comment.