mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Clippy
This commit is contained in:
parent
fe1cfe01b9
commit
836240f158
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(clippy::too_many_arguments)]
|
||||
|
||||
use crate::docs::ModuleDocumentation;
|
||||
use bumpalo::Bump;
|
||||
use crossbeam::channel::{bounded, Sender};
|
||||
|
@ -4663,6 +4665,7 @@ pub fn add_imports(
|
|||
.storage_subs
|
||||
.export_variable_to(ctx.subs, *var);
|
||||
|
||||
#[allow(clippy::let_and_return)]
|
||||
let copied_import_var = extend_imports_data_with_copied_import(
|
||||
copied_import,
|
||||
ctx.imported_variables,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue