mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
infer for a proc whether it is OK to pass an argument as borrowed
this only looks at calls to lowlevels right now, not calls to other functions
This commit is contained in:
parent
ae88295365
commit
51a4192659
3 changed files with 141 additions and 4 deletions
|
@ -9,6 +9,7 @@
|
|||
// Not a useful lint for us
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
|
||||
pub mod borrow;
|
||||
pub mod code_gen_help;
|
||||
pub mod drop_specialization;
|
||||
pub mod inc_dec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue