Fix tests

This commit is contained in:
Sosthène Guédon 2022-07-28 22:27:50 +02:00
parent 307b800f27
commit 1fd9f2d271

View File

@ -206,7 +206,9 @@ declare_clippy_lint! {
/// ```
///
/// Otherwise try using
/// ```rust
/// ```rust,ignore
/// # let option = Some(1);
/// # let result: Result<usize, ()> = Ok(1);
/// option?;
///
/// // or