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 <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34591>
This commit is contained in:
Mel Henning 2025-04-17 15:41:15 -04:00 committed by Marge Bot
parent 7edb086685
commit 9ce14a5787

View file

@ -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::*;