Unfamiliar with this attribute but it sounds like it is a hint for linters to be quiet (see [reference](https://doc.rust-lang.org/reference/attributes/derive.html?highlight=automatically_derived#the-automatically_derived-attribute)). For example, [serde_derive uses it](https://github.com/serde-rs/serde/blob/4e54aaf7963c3580cc50b56842949b0ce6b3a997/serde_derive/src/ser.rs#L48) Seems like this would be a good topic to include to raise the visibility of this feature