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:
Marshall Bowers
2024-05-24 13:14:27 -04:00
committed by GitHub
parent 8040e43520
commit 08a3d3a0c2
+3
View File
@@ -5,6 +5,9 @@ edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/assistant.rs"
doctest = false