Skip to content

Commit 179066e

Browse files
WIP
1 parent 3d73ec7 commit 179066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_attr_parsing/src/attributes/stability.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ALLOWED_TARGETS: &[Target] = &[
3838
Allow(Target::MacroDef),
3939
Allow(Target::Crate),
4040
Allow(Target::Mod),
41-
Allow(Target::Use),
41+
Allow(Target::Use), // TODO I don't think this does anything?
4242
Allow(Target::Const),
4343
Allow(Target::AssocConst),
4444
Allow(Target::AssocTy),

0 commit comments

Comments
 (0)