Skip to content

Commit 8d99f2f

Browse files
authored
Remove incorrect doc comment
1 parent d9b61b3 commit 8d99f2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/rust-analyzer/crates/hir-expand/src/proc_macro.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ impl CustomProcMacroExpander {
253253
self.proc_macro_id == Self::PROC_MACRO_ATTR_DISABLED
254254
}
255255

256-
/// The macro is explicitly disabled due to proc-macro attribute expansion being disabled.
257256
pub fn as_expand_error(&self, def_crate: Crate) -> Option<ExpandErrorKind> {
258257
match self.proc_macro_id {
259258
Self::PROC_MACRO_ATTR_DISABLED => Some(ExpandErrorKind::ProcMacroAttrExpansionDisabled),

0 commit comments

Comments
 (0)