Skip to content

Commit 81b2aa9

Browse files
committed
Auto merge of #3561 - RalfJung:rustup, r=RalfJung
Rustup
2 parents 66f8f7b + 538a9f2 commit 81b2aa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/hir-def/src/attr/builtin.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
207207
),
208208

209209
// Entry point:
210-
gated!(unix_sigpipe, Normal, template!(Word, NameValueStr: "inherit|sig_ign|sig_dfl"), ErrorFollowing, experimental!(unix_sigpipe)),
211210
ungated!(start, Normal, template!(Word), WarnFollowing),
212211
ungated!(no_start, CrateLevel, template!(Word), WarnFollowing),
213212
ungated!(no_main, CrateLevel, template!(Word), WarnFollowing),

0 commit comments

Comments
 (0)