From 3971dcfe10b94e901a224b5328a9dafd1e2ecc08 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 31 Jul 2019 17:11:37 -0400 Subject: Use system rustfmt instead of fixed binary (#2701) --- cli/fs.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/fs.rs') diff --git a/cli/fs.rs b/cli/fs.rs index 34e4d59f2..8b8693fcd 100644 --- a/cli/fs.rs +++ b/cli/fs.rs @@ -69,7 +69,8 @@ pub fn make_temp_dir( let mut buf: PathBuf = match dir { Some(ref p) => p.to_path_buf(), None => std::env::temp_dir(), - }.join("_"); + } + .join("_"); let mut rng = rand::thread_rng(); loop { let unique = rng.gen::(); -- cgit v1.2.3