fix: cleanup typos with typos:off/on comments (#7301)

* fix: cleanup typos with typos:off/on comments

* tombi

* bump tombi version
This commit is contained in:
aecsocket
2026-08-25 15:18:27 +00:00
committed by GitHub
parent bb35950340
commit e33ef5f252
9 changed files with 28 additions and 65 deletions
+1 -6
View File
@@ -10,12 +10,7 @@ repository = "https://github.com/jdrouet/sqlx-tracing"
license = "MIT"
# authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"] # deprecated field, Tombi warns
keywords = ["database", "observability", "opentelemetry", "sqlx", "tracing"]
categories = [
"asynchronous",
"database",
"development-tools::debugging",
"development-tools::profiling"
]
categories = ["asynchronous", "database", "development-tools::debugging", "development-tools::profiling"]
[dependencies]
derive_more = { workspace = true, features = ["deref", "deref_mut"] }