1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 16:42:21 -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 Bartek Iwańczuk
parent 0904665f89
commit 287f46f0cd
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

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)
})