Skip to content

Commit f68a743

Browse files
bugRangerla10736
authored andcommitted
Add permission for empty_structs_with_brackets in fixture
1 parent 069c00e commit f68a743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rstest_macros/src/render/fixture.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ pub(crate) fn render(mut fixture: ItemFn, info: FixtureInfo) -> TokenStream {
9999
quote! {
100100
#[doc(hidden)]
101101
#[allow(non_camel_case_types)]
102+
#[allow(clippy::empty_structs_with_brackets)]
102103
#visibility struct #name {}
103104

104105
impl #name {

0 commit comments

Comments
 (0)