From 9ce14a5787fb52809afeb5d5fd1b918b20e71aec Mon Sep 17 00:00:00 2001 From: Mel Henning Date: Thu, 17 Apr 2025 15:41:15 -0400 Subject: [PATCH] nak: Remove #![allow(unstable_name_collisions)] Removing this doesn't trigger any warnings, so I assume it's been fixed in the meantime. Reviewed-by: Faith Ekstrand Part-of: --- src/nouveau/compiler/nak/spill_values.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nouveau/compiler/nak/spill_values.rs b/src/nouveau/compiler/nak/spill_values.rs index 4306b01effb..15713da1dd7 100644 --- a/src/nouveau/compiler/nak/spill_values.rs +++ b/src/nouveau/compiler/nak/spill_values.rs @@ -1,8 +1,6 @@ // Copyright © 2023 Collabora, Ltd. // SPDX-License-Identifier: MIT -#![allow(unstable_name_collisions)] - use crate::api::{GetDebugFlags, DEBUG}; use crate::const_tracker::ConstTracker; use crate::ir::*;