util/rust: cleanup derelict allow(dead_code) annotations

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
Eric Engestrom 2025-12-12 14:21:28 +01:00
parent eef174b56b
commit 2202c2d62a

View file

@ -81,7 +81,6 @@ pub struct WaitEvent {
pub readable: bool,
}
#[allow(dead_code)]
pub const WAIT_CONTEXT_MAX: usize = 16;
pub enum DescriptorType {