1
Fork 0

Some comment nits

This commit is contained in:
Oli Scherer 2024-03-11 18:39:23 +00:00
parent bbedde835e
commit e2773733f3
4 changed files with 5 additions and 6 deletions

View file

@ -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