mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-05-02 23:25:50 +00:00
Fix wrong fixture
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user