mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 09:00:37 +02:00
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:
parent
7edb086685
commit
9ce14a5787
1 changed files with 0 additions and 2 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue