File tree 2 files changed +0
-17
lines changed
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,6 @@ jobs:
123
123
build_feature_permutations :
124
124
name : Build (feature permutations)
125
125
runs-on : ubuntu-latest
126
- env :
127
- # TODO: temporarily allow warnings to not be errors on nightly due to
128
- # incorrect dead_code lint.
129
- # https://github.com/rust-osdev/uefi-rs/issues/1205
130
- RUSTFLAGS : " "
131
126
steps :
132
127
- name : Checkout sources
133
128
uses : actions/checkout@v4
@@ -140,11 +135,6 @@ jobs:
140
135
nightly_channel :
141
136
name : Nightly (build, test, doc)
142
137
runs-on : ubuntu-latest
143
- env :
144
- # TODO: temporarily allow warnings to not be errors on nightly due to
145
- # incorrect dead_code lint.
146
- # https://github.com/rust-osdev/uefi-rs/issues/1205
147
- RUSTFLAGS : " "
148
138
steps :
149
139
- name : Checkout sources
150
140
uses : actions/checkout@v4
@@ -167,11 +157,6 @@ jobs:
167
157
miri :
168
158
name : Unit + Doc Tests (Miri)
169
159
runs-on : ubuntu-latest
170
- env :
171
- # TODO: temporarily allow warnings to not be errors on nightly due to
172
- # incorrect dead_code lint.
173
- # https://github.com/rust-osdev/uefi-rs/issues/1205
174
- RUSTFLAGS : " "
175
160
steps :
176
161
- name : Checkout sources
177
162
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
//!
10
10
//! [`BootServices`]: crate::table::boot::BootServices#accessing-protocols
11
11
12
- #![ warn( dead_code) ] // https://github.com/rust-osdev/uefi-rs/issues/1205
13
-
14
12
use crate :: Identify ;
15
13
use core:: ffi:: c_void;
16
14
You can’t perform that action at this time.
0 commit comments