mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
refactor: remove redundant qualification of symbols in Rust (#15201)
This commit is contained in:
parent
1a7259b04b
commit
dbf5e95b59
8 changed files with 28 additions and 33 deletions
|
@ -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://")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue