Un-ingnore code snippets
This commit is contained in:
parent
1f930452b9
commit
9f618b196a
@ -68,13 +68,13 @@
|
||||
/// and ignore the resulting value.
|
||||
///
|
||||
/// ### Example
|
||||
/// ```rust,ignore
|
||||
/// ```rust
|
||||
/// async fn foo() -> Result<(), ()> { }
|
||||
/// let _ = foo();
|
||||
/// ```
|
||||
///
|
||||
/// Use instead:
|
||||
/// ```rust,ignore
|
||||
/// ```rust
|
||||
/// let _ = foo().await;
|
||||
/// ```
|
||||
#[clippy::version = "1.66"]
|
||||
|
Loading…
Reference in New Issue
Block a user