Skip to content

Commit 01d4e83

Browse files
committed
typo
1 parent 00cf7af commit 01d4e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/rmeta/decoder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ crate struct CrateMetadata {
9797
trait_impls: FxHashMap<(u32, DefIndex), Lazy<[(DefIndex, Option<SimplifiedType>)]>>,
9898
/// Inherent impls which do not follow the normal coherence rules.
9999
///
100-
/// These can be introduces using either `#![rustc_coherence_is_core]`
100+
/// These can be introduced using either `#![rustc_coherence_is_core]`
101101
/// or `#[rustc_allow_incoherent_impl]`.
102102
incoherent_impls: FxHashMap<SimplifiedType, Lazy<[DefIndex]>>,
103103
/// Proc macro descriptions for this crate, if it's a proc macro crate.

0 commit comments

Comments
 (0)