diff --git a/app/buck2_interpreter/src/lib.rs b/app/buck2_interpreter/src/lib.rs index d03fb8ef2ba4d..bd25fdbf9d7e2 100644 --- a/app/buck2_interpreter/src/lib.rs +++ b/app/buck2_interpreter/src/lib.rs @@ -10,8 +10,6 @@ //! Implements Buck's handling of target patterns and parsing of build files. -#![feature(never_type)] - pub mod allow_relative_paths; pub mod build_context; pub mod coerce;