Skip to content

Commit e6ba28e

Browse files
authored
Merge pull request #2442 from calebschoepp/linting
style(linting): Fix some linting rules
2 parents 4158d86 + ed74ecd commit e6ba28e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

crates/outbound-mysql/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ table = { path = "../table" }
2525
tokio = { version = "1", features = ["rt-multi-thread"] }
2626
tracing = { version = "0.1", features = ["log"] }
2727
url = "2.3.1"
28+
29+
[lints]
30+
workspace = true

crates/outbound-pg/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ table = { path = "../table" }
2020
tokio = { version = "1", features = ["rt-multi-thread"] }
2121
tokio-postgres = { version = "0.7.7" }
2222
tracing = { workspace = true }
23+
24+
[lints]
25+
workspace = true

0 commit comments

Comments
 (0)