Skip to content

Commit b657b4a

Browse files
committed
fix(clippy system!): add clippy allow on system! doc comment
1 parent 6c82ffa commit b657b4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flecs_ecs_derive/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,7 @@ impl Parse for Dsl {
13211321
let doc = syn::parse_str::<TokenStream>(&format!("#[doc = \"{string}\"]")).ok();
13221322
let doc = doc.map(|doc| {
13231323
quote! {
1324+
#[allow(clippy::suspicious_doc_comments)]
13241325
#doc
13251326
const _: () = ();
13261327
}

0 commit comments

Comments
 (0)