From def08e5c3d044501396051796567f92af5c5cf0f Mon Sep 17 00:00:00 2001 From: GHA CI Date: Thu, 7 Nov 2024 18:12:11 +0000 Subject: [PATCH] Automatic deploy to GitHub Pages: 3518178443ee6a5d7860d8466e42a2ffc136aba4 --- master/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/index.html b/master/index.html index 26e4ff743fea..5919d64509e1 100644 --- a/master/index.html +++ b/master/index.html @@ -5879,7 +5879,7 @@

Example

Use instead:

async fn foo() -> i32 { 42 }
 
-
Applicability: MachineApplicable(?)
Added in: 1.45.0

What it does

+
Applicability: MachineApplicable(?)
Added in: 1.45.0

What it does

Checks for usage of std::mem::size_of::<T>() * 8 when T::BITS is available.

Why is this bad?

@@ -7693,7 +7693,7 @@

Example

fn def_bar() {} // missing #[inline] } -
Applicability: Unspecified(?)
Added in: pre 1.29.0

What it does

+
Applicability: Unspecified(?)
Added in: pre 1.29.0

What it does

Checks the doc comments of publicly visible functions that may panic and warns if there is no # Panics section.

Why is this bad?