Skip to content

Commit 937326d

Browse files
committed
Exclude non-existing Crystal/PointerPairingHeap from scraping
1 parent 8f57d64 commit 937326d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/docs/scrapers/crystal.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def initial_urls
2121

2222
options[:skip_patterns] = [
2323
%r{\ACrystal/System/},
24+
%r{\ACrystal/PointerPairingHeap/},
2425
%r{\AIO/Evented.html\z},
2526
%r{\ARegex/PCRE2.html\z}
2627
]

0 commit comments

Comments
 (0)