Skip to content

Commit 8b29ad7

Browse files
committed
Fix copy & paste doc error
1 parent 9fa6bdd commit 8b29ad7

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_smir/src/stable_mir

1 file changed

+1
-1
lines changed

compiler/rustc_smir/src/stable_mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub type DefId = usize;
3232
/// A list of crate items.
3333
pub type CrateItems = Vec<CrateItem>;
3434

35-
/// A list of crate items.
35+
/// A list of trait decls.
3636
pub type TraitDecls = Vec<TraitDef>;
3737

3838
/// Holds information about a crate.

0 commit comments

Comments
 (0)