diff options
| author | bors <bors@rust-lang.org> | 2024-09-12 06:11:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-12 06:11:50 +0000 |
| commit | 5fc0865d2ec0a71a7e369403463b47cb194bae38 (patch) | |
| tree | c16367f9b4c3a659aa924238daef9704756e4bcb /compiler/rustc_session/src/filesearch.rs | |
| parent | 59835ae7594246736ead0e1e50264e0ec6b35fc2 (diff) | |
| parent | 93ef7cd2dd40b4661bf918a33336558784248103 (diff) | |
Auto merge of #3879 - rust-lang:rustup-2024-09-12, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_session/src/filesearch.rs')
| -rw-r--r-- | compiler/rustc_session/src/filesearch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/filesearch.rs b/compiler/rustc_session/src/filesearch.rs index d78f4a78de7..e72d4face3c 100644 --- a/compiler/rustc_session/src/filesearch.rs +++ b/compiler/rustc_session/src/filesearch.rs @@ -182,7 +182,7 @@ pub fn sysroot_candidates() -> SmallVec<[PathBuf; 2]> { } } - return sysroot_candidates; + sysroot_candidates } /// Returns the provided sysroot or calls [`get_or_default_sysroot`] if it's none. |
