Skip to content

Commit

Permalink
Allows clippy::too_many_arguments on UmaZone::new
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Feb 2, 2025
1 parent f090a3f commit c7266c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/src/uma/zone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl UmaZone {
/// | Version | Offset |
/// |---------|--------|
/// |PS4 11.00|0x13D490|
#[allow(clippy::too_many_arguments)] // TODO: Find a better way.
pub(super) fn new(
bucket_enable: Arc<AtomicBool>,
bucket_keys: Arc<Vec<usize>>,
Expand Down

0 comments on commit c7266c4

Please sign in to comment.