mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
clippy
This commit is contained in:
parent
4571b5b805
commit
bf9a588acf
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ fn gen_from_mono_module_llvm<'a>(
|
|||
let mut extra_args = vec![];
|
||||
for sanitizer in std::env::var("ROC_SANITIZERS")
|
||||
.unwrap()
|
||||
.split(",")
|
||||
.split(',')
|
||||
.map(|x| x.trim())
|
||||
{
|
||||
match sanitizer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue