1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-12-22 20:14:18 +00:00

Allow tabs in doc comments

This commit is contained in:
Steffo 2024-12-18 17:37:31 +01:00
parent 0528f84ad8
commit 3d6ba7f31f
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 7 additions and 1 deletions

View file

@ -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" }
tempfile = { version = "3.9.0" }
[lints.clippy]
tabs-in-doc-comments = "allow"

View file

@ -22,3 +22,6 @@ trybuild = "1.0.87"
[lib]
proc-macro = true
[lints.clippy]
tabs-in-doc-comments = "allow"