diff --git a/micronfig/Cargo.toml b/micronfig/Cargo.toml index 6ff919a..6245914 100644 --- a/micronfig/Cargo.toml +++ b/micronfig/Cargo.toml @@ -23,4 +23,7 @@ micronfig_macros = { version = "0.3.1", path = "../micronfig_macros" } regex = { version = "1.10.2", optional = true } [dev-dependencies] -tempfile = { version = "3.9.0" } \ No newline at end of file +tempfile = { version = "3.9.0" } + +[lints.clippy] +tabs-in-doc-comments = "allow" diff --git a/micronfig_macros/Cargo.toml b/micronfig_macros/Cargo.toml index 4074f5f..6458b87 100644 --- a/micronfig_macros/Cargo.toml +++ b/micronfig_macros/Cargo.toml @@ -22,3 +22,6 @@ trybuild = "1.0.87" [lib] proc-macro = true + +[lints.clippy] +tabs-in-doc-comments = "allow"