Skip to content

Commit

Permalink
Suppress clippy::test_attr_in_doctest lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Feb 12, 2024
1 parent 8aadd9a commit 9282fb7
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 9282fb7

Please sign in to comment.