Add missing workspace lints (#15237)

This PR adds the missing workspace lint configuration for the following
crates that were missing it:

- `google_ai`
- `open_ai`
- `tab_switcher`

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-07-25 19:52:24 -04:00
committed by GitHub
parent f2060ccbe0
commit 02c43a5bf2
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/google_ai.rs"
+3
View File
@@ -5,6 +5,9 @@ edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/open_ai.rs"
+3
View File
@@ -5,6 +5,9 @@ edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/tab_switcher.rs"
doctest = false