summaryrefslogtreecommitdiff
path: root/rust/src/project.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/project.rs')
-rw-r--r--rust/src/project.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/project.rs b/rust/src/project.rs
index beb0f008..a94b42e1 100644
--- a/rust/src/project.rs
+++ b/rust/src/project.rs
@@ -493,6 +493,7 @@ impl Project {
/// * `id` - id unique ID
/// * `creation_time` - Creation time of the file
/// * `progress_func` - Progress function that will be called as the file is being added
+ #[allow(clippy::too_many_arguments)]
pub unsafe fn create_file_from_path_with_progress_unsafe<P, N, D, I, F>(
&self,
path: P,
@@ -654,6 +655,7 @@ impl Project {
/// * `id` - id unique ID
/// * `creation_time` - Creation time of the file
/// * `progress_func` - Progress function that will be called as the file is being added
+ #[allow(clippy::too_many_arguments)]
pub unsafe fn create_file_with_progress_unsafe<N, D, I, F>(
&self,
contents: &[u8],