From 029789b98cf0115f347fe12fd19bd2c29751f8ce Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 13 Dec 2014 10:04:55 -0500 Subject: Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN` --- src/libstd/sys/windows/process.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/sys/windows/process.rs b/src/libstd/sys/windows/process.rs index 356d6f02565..bbfd32ee76b 100644 --- a/src/libstd/sys/windows/process.rs +++ b/src/libstd/sys/windows/process.rs @@ -430,8 +430,8 @@ fn with_envp(env: Option<&collections::HashMap>, cb: F) -> T w for pair in env.iter() { let kv = format!("{}={}", - pair.ref0().container_as_str().unwrap(), - pair.ref1().container_as_str().unwrap()); + pair.0.container_as_str().unwrap(), + pair.1.container_as_str().unwrap()); blk.extend(kv.utf16_units()); blk.push(0); } -- cgit 1.4.1-3-g733a5