Skip to content

Commit

Permalink
address pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed May 24, 2021
1 parent aaa909b commit 799fbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/module_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pub fn parse_deno_types(comment: &Comment) -> Option<(String, Span)> {
} else if let Some(m) = captures.get(2) {
Some((m.as_str().to_string(), match_to_span(comment, &m)))
} else {
panic!("unreachable");
unreachable!();
}
}

Expand Down

0 comments on commit 799fbb9

Please sign in to comment.