Skip to content

Commit

Permalink
Silence clippy::needless_update for fully specified MroUsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed May 29, 2024
1 parent c725cfd commit 6f46dfa
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 6f46dfa

Please sign in to comment.