Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/fuzz.rs')
| -rw-r--r-- | crates/syntax/src/fuzz.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/syntax/src/fuzz.rs b/crates/syntax/src/fuzz.rs index 256999fe09..7c7a60d629 100644 --- a/crates/syntax/src/fuzz.rs +++ b/crates/syntax/src/fuzz.rs @@ -2,10 +2,7 @@ //! //! We don't normally run fuzzying, so this is hopelessly bitrotten :( -use std::{ - convert::TryInto, - str::{self, FromStr}, -}; +use std::str::{self, FromStr}; use text_edit::Indel; |