NFC: Remove outdated comment about old behavior of derive(...).

This commit is contained in:
Brian Smith 2023-10-13 14:55:34 -07:00
parent f78a8418fa
commit ce184528d1

View File

@ -48,8 +48,6 @@
non_snake_case,
unsafe_code
)]
// `#[derive(...)]` uses `trivial_numeric_casts` and `unused_qualifications`
// internally.
#![deny(missing_docs, unused_qualifications, variant_size_differences)]
#![forbid(unused_results)]
#![no_std]