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 af2040f commit 482b3acCopy full SHA for 482b3ac
compiler/rustc_span/src/symbol.rs
@@ -1589,11 +1589,6 @@ impl Symbol {
1589
self == kw::Try
1590
}
1591
1592
- /// Used for sanity checking rustdoc keyword sections.
1593
- pub fn is_doc_keyword(self) -> bool {
1594
- self <= kw::Union
1595
- }
1596
-
1597
/// A keyword or reserved identifier that can be used as a path segment.
1598
pub fn is_path_segment_keyword(self) -> bool {
1599
self == kw::Super
0 commit comments