We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e9f8b commit 1aec393Copy full SHA for 1aec393
lib/docs/filters/rust/clean_html.rb
@@ -32,6 +32,8 @@ def call
32
33
css('.doc-anchor').remove
34
35
+ css('.rule-link').remove
36
+
37
# Fix notable trait sections
38
css('.method, .rust.trait').each do |node|
39
traitSection = node.at_css('.notable-traits')
0 commit comments