Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/line-index/Cargo.toml')
| -rw-r--r-- | lib/line-index/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/line-index/Cargo.toml b/lib/line-index/Cargo.toml index 494a7fa979..77e187de1e 100644 --- a/lib/line-index/Cargo.toml +++ b/lib/line-index/Cargo.toml @@ -9,3 +9,6 @@ edition = "2021" [dependencies] text-size = "1.1.1" nohash-hasher = "0.2.0" + +[lints] +workspace = true
\ No newline at end of file |