mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
rtic-macros: clippy fixes
This commit is contained in:
parent
3789798e33
commit
bdfad77938
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ mod basepri {
|
|||
use super::*;
|
||||
|
||||
/// Generates a `Mutex` implementation
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn impl_mutex(
|
||||
app: &App,
|
||||
_analysis: &CodegenAnalysis,
|
||||
|
|
Loading…
Reference in a new issue