Skip to content

Commit f38b694

Browse files
committed
fix
1 parent 15a2218 commit f38b694

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/soar-package/src/formats/common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ pub fn setup_portable_dir<P: AsRef<Path>, T: PackageExt>(
330330
/// # Errors
331331
///
332332
/// Returns [`PackageError`] if integration fails.
333+
#[allow(clippy::too_many_arguments)]
333334
pub async fn integrate_package<P: AsRef<Path>, T: PackageExt>(
334335
install_dir: P,
335336
package: &T,

0 commit comments

Comments
 (0)