Some comment nits
This commit is contained in:
parent
bbedde835e
commit
e2773733f3
4 changed files with 5 additions and 6 deletions
|
@ -251,7 +251,7 @@ impl DefKind {
|
|||
| DefKind::TyParam
|
||||
| DefKind::ExternCrate => DefPathData::TypeNs(name),
|
||||
// It's not exactly an anon const, but wrt DefPathData, there
|
||||
// is not difference.
|
||||
// is no difference.
|
||||
DefKind::Static { nested: true, .. } => DefPathData::AnonConst,
|
||||
DefKind::Fn
|
||||
| DefKind::Const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue