We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc289ab commit 2b141c8Copy full SHA for 2b141c8
Cargo.toml
@@ -59,9 +59,7 @@ tracing = "0.1.37"
59
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
60
unicode-segmentation = "1.9"
61
unicode-width = "0.1"
62
-unicode-properties = { version = "0.1", default-features = false, features = [
63
- "general-category",
64
-] }
+unicode-properties = { version = "0.1", default-features = false, features = ["general-category"] }
65
66
rustfmt-config_proc_macro = { version = "0.3", path = "config_proc_macro" }
67
0 commit comments