Fix wrong fixture
This commit is contained in:
parent
f669b55b18
commit
f441bbfcf3
1 changed files with 1 additions and 1 deletions
|
|
@ -1834,7 +1834,7 @@ pub mod prelude {
|
|||
option::Option::{self, None, Some}, // :option
|
||||
panic, // :panic
|
||||
result::Result::{self, Err, Ok}, // :result
|
||||
str::FromStr, // :from
|
||||
str::FromStr, // :str
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue