1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 05:42:25 -05:00

refactor: cleanup redundant call (#17226)

This commit is contained in:
Geert-Jan Zwiers 2022-12-31 05:04:17 +01:00 committed by GitHub
parent 98bbf87742
commit f729576b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,6 @@ impl Mappings {
self
.mappings
.get(specifier)
.as_ref()
.unwrap_or_else(|| {
panic!("Could not find local path for {}", specifier)
})