mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 04:20:24 +01:00
Fixes the following build error for fedora-release.
Error: method `inner` is never used
--> ../subprojects/syn-2.0.39/src/attr.rs:589:8
|
585 | pub(crate) trait FilterAttrs<'a> {
| ----------- method in this trait
...
589 | fn inner(self) -> Self::Ret;
| ^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
error: aborting due to 1 previous error
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29996>
|
||
|---|---|---|
| .. | ||
| packagefiles | ||
| .gitignore | ||
| DirectX-Headers.wrap | ||
| expat.wrap | ||
| libarchive.wrap | ||
| libxml2.wrap | ||
| lua.wrap | ||
| paste.wrap | ||
| perfetto.wrap | ||
| proc-macro2.wrap | ||
| quote.wrap | ||
| syn.wrap | ||
| unicode-ident.wrap | ||
| wayland-protocols.wrap | ||
| zlib.wrap | ||