From 1e4ae144fd68a441aca304e091da1adae172639e Mon Sep 17 00:00:00 2001 From: csmoe <csmoe@msn.com> Date: Mon, 28 Jan 2019 08:22:22 -0500 Subject: [PATCH] Apply suggestions from code review Thanks! Co-Authored-By: chinedufn <frankie.nwafili@gmail.com> --- src/test/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/mod.rs b/src/test/mod.rs index 7448567..8edecf0 100644 --- a/src/test/mod.rs +++ b/src/test/mod.rs @@ -14,7 +14,7 @@ pub fn cargo_test_wasm<I, K, V>( path: &Path, release: bool, envs: I, - extra_options: &Vec<String>, + extra_options: &[String], ) -> Result<(), failure::Error> where I: IntoIterator<Item = (K, V)>,