diff options
Diffstat (limited to 'azalea/build.rs')
| -rw-r--r-- | azalea/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/build.rs b/azalea/build.rs index 6fe00484..9a503749 100644 --- a/azalea/build.rs +++ b/azalea/build.rs @@ -7,7 +7,7 @@ fn main() { // stable & beta panic!("Azalea currently requires nightly Rust. You can use `rustup override set nightly` to set the toolchain for this directory."); } - Ok(_) => return, // nightly + Ok(_) => {} // nightly Err(_) => { // probably not installed via rustup, run rustc and parse its output let rustc_command = env::var("RUSTC") |
