From ed60183d8981b47fbb2a9195e53909a227fe12e1 Mon Sep 17 00:00:00 2001 From: PolyMeilex Date: Sun, 11 Feb 2024 21:45:11 +0100 Subject: [PATCH] allow test_attr_in_doctest --- wayland-backend/tests/rs_sys_impls.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland-backend/tests/rs_sys_impls.rs b/wayland-backend/tests/rs_sys_impls.rs index 45d384cbb5d..234c2c01ef6 100644 --- a/wayland-backend/tests/rs_sys_impls.rs +++ b/wayland-backend/tests/rs_sys_impls.rs @@ -1,3 +1,5 @@ +#![allow(clippy::test_attr_in_doctest)] + //! Tests to ensure the rust and sys types implement the same traits. /// A macro used to assert a type defined in both the rust and sys implementations of wayland-backend