Skip to content

Commit 2021865

Browse files
committed
Remove some unused code.
1 parent 3b17193 commit 2021865

File tree

1 file changed

+0
-11
lines changed
  • crates/cargo-test-support/src

1 file changed

+0
-11
lines changed

crates/cargo-test-support/src/lib.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,17 +1470,6 @@ pub fn execs() -> Execs {
14701470
}
14711471
}
14721472

1473-
pub trait Tap {
1474-
fn tap<F: FnOnce(&mut Self)>(self, callback: F) -> Self;
1475-
}
1476-
1477-
impl<T> Tap for T {
1478-
fn tap<F: FnOnce(&mut Self)>(mut self, callback: F) -> T {
1479-
callback(&mut self);
1480-
self
1481-
}
1482-
}
1483-
14841473
pub fn basic_manifest(name: &str, version: &str) -> String {
14851474
format!(
14861475
r#"

0 commit comments

Comments
 (0)