Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project_model/src/manifest_path.rs')
| -rw-r--r-- | crates/project_model/src/manifest_path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project_model/src/manifest_path.rs b/crates/project_model/src/manifest_path.rs index 5683bf13b1..4910fd3d11 100644 --- a/crates/project_model/src/manifest_path.rs +++ b/crates/project_model/src/manifest_path.rs @@ -1,5 +1,5 @@ //! See [`ManifestPath`]. -use std::{convert::TryFrom, ops, path::Path}; +use std::{ops, path::Path}; use paths::{AbsPath, AbsPathBuf}; |