fix: crate_type typo

This commit is contained in:
davidon-top 2024-01-28 12:06:39 +01:00
parent cf72b9d467
commit daa87940af
Signed by: DavidOnTop
GPG key ID: FAB914DDC2F180EB

View file

@ -35,10 +35,10 @@ ignore = ["LICENSE-GLWTPL", "LICENSE-MIT"]
[conditional.'license == "GLWTPL"'] [conditional.'license == "GLWTPL"']
ignore = ["LICENSE-MIT", "LICENSE-GPL3"] ignore = ["LICENSE-MIT", "LICENSE-GPL3"]
[conditional.'crate-type == "lib"'] [conditional.'crate_type == "lib"']
ignore = ["src/main.rs"] ignore = ["src/main.rs"]
[conditional.'crate-type == "bin"'] [conditional.'crate_type == "bin"']
ignore = ["src/lib.rs"] ignore = ["src/lib.rs"]
[placeholders] [placeholders]