mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 19:32:17 +00:00
clippy
This commit is contained in:
parent
52b71cd85f
commit
7356809fc3
2 changed files with 3 additions and 2 deletions
|
@ -43,6 +43,7 @@ fn load<'a>(
|
|||
}
|
||||
|
||||
/// Load using only a single thread; used when compiling to webassembly
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn load_single_threaded<'a>(
|
||||
arena: &'a Bump,
|
||||
load_start: LoadStart<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue