Apply suggestions from code review

Thanks!

Co-Authored-By: chinedufn <frankie.nwafili@gmail.com>
master
csmoe 6 years ago committed by GitHub
parent 3f06d2d959
commit 1e4ae144fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/test/mod.rs

@ -14,7 +14,7 @@ pub fn cargo_test_wasm<I, K, V>(
path: &Path, path: &Path,
release: bool, release: bool,
envs: I, envs: I,
extra_options: &Vec<String>, extra_options: &[String],
) -> Result<(), failure::Error> ) -> Result<(), failure::Error>
where where
I: IntoIterator<Item = (K, V)>, I: IntoIterator<Item = (K, V)>,

Loading…
Cancel
Save