mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
rtic-macros: clippy fixes
This commit is contained in:
parent
62e687242a
commit
25491291af
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ mod source_masking {
|
|||
use std::collections::HashMap;
|
||||
|
||||
/// Generates a `Mutex` implementation
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn impl_mutex(
|
||||
app: &App,
|
||||
analysis: &CodegenAnalysis,
|
||||
|
|
Loading…
Reference in a new issue