Fix tests
This commit is contained in:
parent
307b800f27
commit
1fd9f2d271
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user