Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-fixture/Cargo.toml')
| -rw-r--r-- | crates/test-fixture/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/test-fixture/Cargo.toml b/crates/test-fixture/Cargo.toml index 35e3922989..f9565721dd 100644 --- a/crates/test-fixture/Cargo.toml +++ b/crates/test-fixture/Cargo.toml @@ -16,6 +16,7 @@ base-db.workspace = true rustc-hash.workspace = true span.workspace = true stdx.workspace = true +intern.workspace = true [lints] -workspace = true
\ No newline at end of file +workspace = true |