From dbf5e95b59656b05f28218a27d128cae9fd68342 Mon Sep 17 00:00:00 2001 From: orvit Date: Thu, 14 Jul 2022 16:52:44 -0500 Subject: refactor: remove redundant qualification of symbols in Rust (#15201) --- cli/fs_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/fs_util.rs') diff --git a/cli/fs_util.rs b/cli/fs_util.rs index 53406351b..322b3f9e7 100644 --- a/cli/fs_util.rs +++ b/cli/fs_util.rs @@ -249,7 +249,7 @@ where { let mut prepared = vec![]; - let root_path = std::env::current_dir()?; + let root_path = current_dir()?; for path in include { let lowercase_path = path.to_lowercase(); if lowercase_path.starts_with("http://") -- cgit v1.2.3