Remove unused never_type feature.

This commit is contained in:
Nicholas Nethercote 2023-10-24 16:19:28 +11:00
parent 2e4e2a8f28
commit 72e8690c04

View File

@ -5,7 +5,6 @@
#![cfg_attr(not(bootstrap), doc(rust_logo))]
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
#![cfg_attr(not(bootstrap), allow(internal_features))]
#![feature(never_type)]
#![recursion_limit = "256"]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]