Skip to content

Commit d2f48f2

Browse files
committed
remove unneeded return statement
1 parent 2411b0b commit d2f48f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

environment/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ pub fn install_env(env: &str) {
407407
println!(
408408
"\x1b[31m[xtask]\x1b[0m Unsupported package manager. Please install OpenCL manually."
409409
);
410-
return;
411410
}
412411
}
413412
}

0 commit comments

Comments
 (0)