Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed May 10, 2024
1 parent f0a620a commit bd34f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ impl<'a> DocParser<'a> {
| SymbolNodeRef::TsGetterSignature(_)
| SymbolNodeRef::TsSetterSignature(_)
| SymbolNodeRef::TsMethodSignature(_) => {
//debug_assert!(false, "should not reach here");
debug_assert!(false, "should not reach here");
None
}
}
Expand Down

0 comments on commit bd34f2f

Please sign in to comment.