mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Convert to TODOs to FIXMEs as per matklad
This commit is contained in:
parent
55a29982c0
commit
65b380fa8d
2 changed files with 4 additions and 8 deletions
|
@ -2650,8 +2650,7 @@ impl ast::AttrsOwner for ModuleItem {}
|
|||
impl ast::VisibilityOwner for ModuleItem {}
|
||||
/// Any kind of item that may appear in an impl block
|
||||
///
|
||||
/// // TODO: is the following a fixme?
|
||||
/// impl blocks can also contain MacroCall
|
||||
/// // FIXME: impl blocks can also contain MacroCall
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum AssocItem {
|
||||
FnDef(FnDef),
|
||||
|
@ -2662,8 +2661,7 @@ impl ast::NameOwner for AssocItem {}
|
|||
impl ast::AttrsOwner for AssocItem {}
|
||||
/// Any kind of item that may appear in an extern block
|
||||
///
|
||||
/// // TODO: is the following a fixme?
|
||||
/// extern blocks can also contain MacroCall
|
||||
/// // FIXME: extern blocks can also contain MacroCall
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum ExternItem {
|
||||
FnDef(FnDef),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue