Skip to content

Commit

Permalink
Silence clippy::needless_update for fully specified MroUsing. (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x authored May 29, 2024
1 parent c725cfd commit ac52194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions martian-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ pub fn make_mro(
};
let using_attributes_fn = quote![
fn using_attributes() -> ::martian::MroUsing {
#[allow(clippy::needless_update)]
::martian::MroUsing {
#mem_gb_quote
#threads_quote
Expand Down

0 comments on commit ac52194

Please sign in to comment.