about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-09-11 15:53:22 -0700
committerGitHub <noreply@github.com>2024-09-11 15:53:22 -0700
commita31a8fe0cf714e7222908ef0808e4ed93149c83c (patch)
treee17c42a75c3417719325053abca83851a21c9a2e /compiler/rustc_codegen_llvm
parentc4488c49dee640a79eee3535a80edca0ba0bc926 (diff)
parent0b20ffcb63b00acbbe70ae6f59a746bcde4c8b96 (diff)
downloadrust-a31a8fe0cf714e7222908ef0808e4ed93149c83c.tar.gz
rust-a31a8fe0cf714e7222908ef0808e4ed93149c83c.zip
Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors
Remove needless returns detected by clippy in the compiler
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm_util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs
index d55220ba5c3..6e4ddbb6f3b 100644
--- a/compiler/rustc_codegen_llvm/src/llvm_util.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs
@@ -290,7 +290,7 @@ pub(crate) fn check_tied_features(
             }
         }
     }
-    return None;
+    None
 }
 
 /// Used to generate cfg variables and apply features