mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 02:44:49 +00:00
assistant: Add missing lints.workspace
(#12253)
This PR adds the missing `lints.workspace` setting to the `assistant` crate's `Cargo.toml`. Release Notes: - N/A
This commit is contained in:
parent
8040e43520
commit
08a3d3a0c2
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ edition = "2021"
|
|||
publish = false
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[lib]
|
||||
path = "src/assistant.rs"
|
||||
doctest = false
|
||||
|
|
Loading…
Reference in a new issue