mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
make clippy happy
This commit is contained in:
parent
926014518f
commit
d0ee040421
11 changed files with 163 additions and 113 deletions
|
@ -1457,6 +1457,8 @@ pub fn load<'a>(
|
|||
) -> Result<LoadResult<'a>, LoadingProblem<'a>> {
|
||||
enum Threads {
|
||||
Single,
|
||||
|
||||
#[allow(dead_code)]
|
||||
Many(usize),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue