diff --git a/crates/anthropic/Cargo.toml b/crates/anthropic/Cargo.toml index 7d81209a9b196917fa58b63bb99fd1162f4f0d51..5a3f9bbd66d3bf816a6ca38332603a3a020a4840 100644 --- a/crates/anthropic/Cargo.toml +++ b/crates/anthropic/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" publish = false license = "AGPL-3.0-or-later" +[lints] +workspace = true + [lib] path = "src/anthropic.rs" @@ -17,6 +20,3 @@ util.workspace = true [dev-dependencies] tokio.workspace = true - -[lints] -workspace = true diff --git a/crates/semantic_index/Cargo.toml b/crates/semantic_index/Cargo.toml index 5010a2fa491b2f76157c7a3953b141b580856255..f50f17934d4e1e86c1e89d937f620f645f333a71 100644 --- a/crates/semantic_index/Cargo.toml +++ b/crates/semantic_index/Cargo.toml @@ -6,6 +6,9 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" +[lints] +workspace = true + [lib] path = "src/semantic_index.rs" @@ -43,6 +46,3 @@ project = { workspace = true, features = ["test-support"] } tempfile.workspace = true util = { workspace = true, features = ["test-support"] } worktree = { workspace = true, features = ["test-support"] } - -[lints] -workspace = true