Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/lsp-server/Cargo.toml')
| -rw-r--r-- | lib/lsp-server/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index 116b376b0b..a89eb4b144 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -15,3 +15,6 @@ crossbeam-channel = "0.5.8" [dev-dependencies] lsp-types = "=0.95" ctrlc = "3.4.1" + +[lints] +workspace = true
\ No newline at end of file |