Skip to content

Commit

Permalink
Revert "Add test ensuring % and ? take ownership"
Browse files Browse the repository at this point in the history
This reverts commit 9b5255d.
  • Loading branch information
dpc committed Jul 26, 2018
1 parent 9207591 commit fcf3efe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,3 @@ fn logger_by_ref() {
info!(&log, "message"; "f" => %f, "d" => ?d);
}

#[test]
fn o_fmt_takes_ownership() {
let n = 1;

Logger::root(Discard, o!("foo" => ?n));
Logger::root(Discard, o!("bar" => %n));
}

0 comments on commit fcf3efe

Please sign in to comment.