diff --git a/acrate-core/Cargo.toml b/acrate-core/Cargo.toml index 2688ecd..bef29b4 100644 --- a/acrate-core/Cargo.toml +++ b/acrate-core/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" [dependencies] diesel = "2.2.4" diesel_migrations = "2.2.0" + +[lints.clippy] +tabs-in-doc-comments = "allow" diff --git a/acrate-hostmeta/Cargo.toml b/acrate-hostmeta/Cargo.toml index 67a5122..8dec94a 100644 --- a/acrate-hostmeta/Cargo.toml +++ b/acrate-hostmeta/Cargo.toml @@ -13,3 +13,5 @@ serde_json = "1.0.132" [dev-dependencies] pretty_env_logger = "0.5.0" tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } +[lints.clippy] +tabs-in-doc-comments = "allow" diff --git a/acrate-nodeinfo/Cargo.toml b/acrate-nodeinfo/Cargo.toml index 4345304..d97b378 100644 --- a/acrate-nodeinfo/Cargo.toml +++ b/acrate-nodeinfo/Cargo.toml @@ -13,3 +13,6 @@ serde_json = "1.0.132" [dev-dependencies] pretty_env_logger = "0.5.0" tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } + +[lints.clippy] +tabs-in-doc-comments = "allow"