diff --git a/src/nouveau/headers/nv_push_rs/lib.rs b/src/nouveau/headers/nv_push_rs/lib.rs index daa0957ec5c..d845366cc74 100644 --- a/src/nouveau/headers/nv_push_rs/lib.rs +++ b/src/nouveau/headers/nv_push_rs/lib.rs @@ -213,6 +213,12 @@ impl Push { } } +impl Default for Push { + fn default() -> Self { + Self::new() + } +} + impl std::ops::Deref for Push { type Target = [u32];