Skip to content

Commit

Permalink
Fixes for latest nightly, vol.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 5, 2024
1 parent 22bf913 commit f44d630
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@
unused_results,
variant_size_differences
)]
// TODO: Remove once upgraded to 1.78 Rust (merged into `dead_code`).
#![cfg_attr(not(docsrs), warn(unused_tuple_struct_fields))]

mod attribute;
mod parameter;
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
unused_results,
variant_size_differences
)]
// TODO: Remove once upgraded to 1.78 Rust (merged into `dead_code`).
#![cfg_attr(not(docsrs), warn(unused_tuple_struct_fields))]
// TODO: Remove on next `derive_more` major version.
#![allow(clippy::uninlined_format_args)]

Expand Down

0 comments on commit f44d630

Please sign in to comment.