Skip to content

Commit a624591

Browse files
committed
Checking type is not accidentally generated.
As a matter of fact, the code mentioned is never called now. So it might be a different error, but closes #1656
1 parent a13e8aa commit a624591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ sub find-definitions(:$pod, :$origin, :$min-level = -1, :$url) {
631631
:categories($subkinds),
632632
;
633633
}
634-
when 'class'|'role'|'enum' {
634+
when 'class'|'role'|'enum' { # This is never called.
635635
my $summary = '';
636636
if @pod-section[$i+1] ~~ {$_ ~~ Pod::Block::Named and .name eq "SUBTITLE"} {
637637
$summary = @pod-section[$i+1].contents[0].contents[0];

0 commit comments

Comments
 (0)