Skip to content

Commit 5344d24

Browse files
committed
tidy
1 parent 7172834 commit 5344d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/builtin_attrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ pub static BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
13031303
ErrorFollowing,
13041304
EncodeCrossCrate::No,
13051305
"`#[rustc_dyn_incompatible_trait]` marks a trait as dyn-incompatible, \
1306-
even if it otherwise satisfies the requirements to be dyn-comaptible."
1306+
even if it otherwise satisfies the requirements to be dyn-compatible."
13071307
),
13081308
rustc_attr!(
13091309
rustc_has_incoherent_inherent_impls, AttributeType::Normal, template!(Word),

0 commit comments

Comments
 (0)