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:
parent
0528f84ad8
commit
3d6ba7f31f
2 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -22,3 +22,6 @@ trybuild = "1.0.87"
|
|||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
|
|
Loading…
Reference in a new issue