diff options
| author | Geert-Jan Zwiers <geertjanzwiers@protonmail.com> | 2022-12-31 05:04:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 20:04:17 -0800 |
| commit | f729576b2db2aa6ce000a598ad2e45533f686213 (patch) | |
| tree | 83f745ed560a6d71e8abfc20a5326e08570c1f2e | |
| parent | 98bbf87742969802b392130c536454aa61a20395 (diff) | |
refactor: cleanup redundant call (#17226)
| -rw-r--r-- | cli/tools/vendor/mappings.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tools/vendor/mappings.rs b/cli/tools/vendor/mappings.rs index d1152b12b..57571cf11 100644 --- a/cli/tools/vendor/mappings.rs +++ b/cli/tools/vendor/mappings.rs @@ -133,7 +133,6 @@ impl Mappings { self .mappings .get(specifier) - .as_ref() .unwrap_or_else(|| { panic!("Could not find local path for {}", specifier) }) |
