File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,6 @@ jobs:
123123 build_feature_permutations :
124124 name : Build (feature permutations)
125125 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 : " "
131126 steps :
132127 - name : Checkout sources
133128 uses : actions/checkout@v4
@@ -140,11 +135,6 @@ jobs:
140135 nightly_channel :
141136 name : Nightly (build, test, doc)
142137 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 : " "
148138 steps :
149139 - name : Checkout sources
150140 uses : actions/checkout@v4
@@ -167,11 +157,6 @@ jobs:
167157 miri :
168158 name : Unit + Doc Tests (Miri)
169159 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 : " "
175160 steps :
176161 - name : Checkout sources
177162 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99//!
1010//! [`BootServices`]: crate::table::boot::BootServices#accessing-protocols
1111
12- #![ warn( dead_code) ] // https://github.com/rust-osdev/uefi-rs/issues/1205
13-
1412use crate :: Identify ;
1513use core:: ffi:: c_void;
1614
You can’t perform that action at this time.
0 commit comments