Skip to content

Commit 653118e

Browse files
committed
feat(clippy): Suppress lint suspicious_else_formatting temporarily
1 parent f6cab2c commit 653118e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/intrinsic/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ impl<'a, 'gcc, 'tcx> IntrinsicCallMethods<'tcx> for Builder<'a, 'gcc, 'tcx> {
119119
let result = PlaceRef::new_sized(llresult, fn_abi.ret.layout);
120120

121121
let simple = get_simple_intrinsic(self, name);
122+
#[allow(clippy::suspicious_else_formatting)]
122123
let llval = match name {
123124
_ if simple.is_some() => {
124125
// FIXME(antoyo): remove this cast when the API supports function.

0 commit comments

Comments
 (0)