mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +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 crate::docs::ModuleDocumentation;
|
||||||
use bumpalo::Bump;
|
use bumpalo::Bump;
|
||||||
use crossbeam::channel::{bounded, Sender};
|
use crossbeam::channel::{bounded, Sender};
|
||||||
|
@ -4663,6 +4665,7 @@ pub fn add_imports(
|
||||||
.storage_subs
|
.storage_subs
|
||||||
.export_variable_to(ctx.subs, *var);
|
.export_variable_to(ctx.subs, *var);
|
||||||
|
|
||||||
|
#[allow(clippy::let_and_return)]
|
||||||
let copied_import_var = extend_imports_data_with_copied_import(
|
let copied_import_var = extend_imports_data_with_copied_import(
|
||||||
copied_import,
|
copied_import,
|
||||||
ctx.imported_variables,
|
ctx.imported_variables,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue