Skip to content

Commit d2cf762

Browse files
Drop use of unstable negative_impls feature
This is no longer used anywhere.
1 parent c2de574 commit d2cf762

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

uefi-test-runner/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![no_std]
22
#![no_main]
33
#![feature(abi_efiapi)]
4-
#![feature(negative_impls)]
54

65
#[macro_use]
76
extern crate log;

uefi/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
6161
#![feature(abi_efiapi)]
6262
#![feature(maybe_uninit_slice)]
63-
#![feature(negative_impls)]
6463
#![feature(ptr_metadata)]
6564
#![cfg_attr(feature = "alloc", feature(vec_into_raw_parts))]
6665
#![cfg_attr(feature = "unstable", feature(error_in_core))]

0 commit comments

Comments
 (0)