Remove outdated sentence

This commit is contained in:
bjorn3 2025-01-22 14:49:37 +00:00
parent a77776cc1d
commit 241f8244e8

View file

@ -355,7 +355,6 @@ pub struct Config {
/// The inner atomic value is set to true when a feature marked as `internal` is
/// enabled. Makes it so that "please report a bug" is hidden, as ICEs with
/// internal features are wontfix, and they are usually the cause of the ICEs.
/// None signifies that this is not tracked.
pub using_internal_features: &'static std::sync::atomic::AtomicBool,
/// All commandline args used to invoke the compiler, with @file args fully expanded.