There was an error while loading. Please reload this page.
1 parent 15a2218 commit f38b694Copy full SHA for f38b694
1 file changed
crates/soar-package/src/formats/common.rs
@@ -330,6 +330,7 @@ pub fn setup_portable_dir<P: AsRef<Path>, T: PackageExt>(
330
/// # Errors
331
///
332
/// Returns [`PackageError`] if integration fails.
333
+#[allow(clippy::too_many_arguments)]
334
pub async fn integrate_package<P: AsRef<Path>, T: PackageExt>(
335
install_dir: P,
336
package: &T,
0 commit comments