On Wed Apr 1, 2026 at 12:45 PM BST, Miguel Ojeda wrote: > Now that the Rust minimum version is 1.85.0, there is no need to enable > certain features that are stable. > > Thus clean them up. > > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/Makefile | 2 -- > rust/kernel/lib.rs | 21 --------------------- > scripts/Makefile.build | 6 +----- > 3 files changed, 1 insertion(+), 28 deletions(-)
