Fix copy & paste doc error

This commit is contained in:
Santiago Pastorino 2023-08-07 19:02:56 -03:00
parent 9fa6bdd764
commit 8b29ad7215
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ pub type DefId = usize;
/// A list of crate items.
pub type CrateItems = Vec<CrateItem>;
/// A list of crate items.
/// A list of trait decls.
pub type TraitDecls = Vec<TraitDef>;
/// Holds information about a crate.