Fix copy & paste doc error

This commit is contained in:
Santiago Pastorino
2023-08-07 19:02:56 -03:00
parent 9fa6bdd764
commit 8b29ad7215
+1 -1
View File
@@ -32,7 +32,7 @@
/// 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.