From: Jorge Aparicio Date: Tue, 15 Mar 2016 15:35:52 +0000 (-0500) Subject: remove unused format argument X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ac46a1be90f0320c8fe98097456194942613acfb;p=cargo.git remove unused format argument --- diff --git a/tests/test_cargo_cross_compile.rs b/tests/test_cargo_cross_compile.rs index 1a81d0dc6..475ec0abf 100644 --- a/tests/test_cargo_cross_compile.rs +++ b/tests/test_cargo_cross_compile.rs @@ -479,8 +479,7 @@ test test_foo ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured -", compiling = COMPILING, running = RUNNING, foo = p.url(), triple = target, - doctest = DOCTEST))); +", compiling = COMPILING, running = RUNNING, foo = p.url(), triple = target))); }); test!(no_cross_doctests {