This commit is contained in:
Richard Feldman 2022-11-22 10:58:42 -05:00
parent 52b71cd85f
commit 7356809fc3
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 3 additions and 2 deletions

View file

@ -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>,