Skip to content

Commit

Permalink
allow test_attr_in_doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Feb 11, 2024
1 parent 443cb1f commit ed60183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wayland-backend/tests/rs_sys_impls.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ed60183

Please sign in to comment.