Skip to content

Commit

Permalink
Merge pull request #555 from mgeisler/check-cfg-fuzzing
Browse files Browse the repository at this point in the history
Standardize on double quotes in Cargo.toml
  • Loading branch information
mgeisler authored Sep 14, 2024
2 parents 1a640f0 + b49cd5a commit 16a9c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all-features = true
default = ["unicode-linebreak", "unicode-width", "smawk"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(fuzzing)"] }

[dependencies]
hyphenation = { version = "0.8.4", optional = true, features = ["embed_en-us"] }
Expand All @@ -43,5 +43,5 @@ unicode-width = { version = "0.1.10", optional = true }
unic-emoji-char = "0.9.0"
version-sync = "0.9.4"

[target.'cfg(unix)'.dev-dependencies]
[target."cfg(unix)".dev-dependencies]
termion = "2.0.1"

0 comments on commit 16a9c3d

Please sign in to comment.