Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project-model/Cargo.toml')
| -rw-r--r-- | crates/project-model/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/project-model/Cargo.toml b/crates/project-model/Cargo.toml index 3552ed1916..924a4a89e2 100644 --- a/crates/project-model/Cargo.toml +++ b/crates/project-model/Cargo.toml @@ -27,7 +27,6 @@ itertools.workspace = true base-db.workspace = true cfg.workspace = true paths.workspace = true -profile.workspace = true stdx.workspace = true toolchain.workspace = true @@ -35,4 +34,4 @@ toolchain.workspace = true expect-test = "1.4.0" [lints] -workspace = true
\ No newline at end of file +workspace = true |