From e62fdf3a595d030d50ce5ec51add8b1ff5ee1cce Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Thu, 6 Jul 2017 09:42:50 -0600 Subject: Pacify tidy --- src/bootstrap/compile.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bootstrap') diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 2c544bf1f94..ab4eec0199f 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -598,7 +598,8 @@ impl<'a> Step<'a> for Rustc<'a> { if compiler.stage == 0 { cargo.env("CFG_LIBDIR_RELATIVE", "lib"); } else { - let libdir_relative = build.config.libdir_relative.clone().unwrap_or(PathBuf::from("lib")); + let libdir_relative = + build.config.libdir_relative.clone().unwrap_or(PathBuf::from("lib")); cargo.env("CFG_LIBDIR_RELATIVE", libdir_relative); } -- cgit 1.4.1-3-g733a5