mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
refactor: cleanup redundant call (#17226)
This commit is contained in:
parent
98bbf87742
commit
f729576b2d
1 changed files with 0 additions and 1 deletions
1
cli/tools/vendor/mappings.rs
vendored
1
cli/tools/vendor/mappings.rs
vendored
|
@ -133,7 +133,6 @@ impl Mappings {
|
||||||
self
|
self
|
||||||
.mappings
|
.mappings
|
||||||
.get(specifier)
|
.get(specifier)
|
||||||
.as_ref()
|
|
||||||
.unwrap_or_else(|| {
|
.unwrap_or_else(|| {
|
||||||
panic!("Could not find local path for {}", specifier)
|
panic!("Could not find local path for {}", specifier)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue