idanarye / rust-typed-builder

Compile-time type-checked builder derive
https://crates.io/crates/typed-builder
Apache License 2.0
904 stars 52 forks source link

Add `#[automatically_derived]` to generated code #114

Closed xFrednet closed 11 months ago

xFrednet commented 11 months ago

The #[automatically_derived] attribute is used to indicate that the code was generated by a derive macro and should not be checked by linters. See stackoverflow

Adding the attribute might also fix:

automatically

idanarye commented 11 months ago

It doesn't fix them (I checked), but I'll add it anyway.