We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc3750 commit 72b3feeCopy full SHA for 72b3fee
Cargo.toml
@@ -91,6 +91,8 @@ struct-field-names = "allow"
91
[workspace.metadata.unmaintained]
92
ignore = [
93
"atomic-polyfill",
94
+ # smoelius: `lazy_static` and `parse_duration` are used only for testing.
95
+ "lazy_static",
96
"parse_duration",
97
"strip-ansi-escapes",
98
# https://github.com/alacritty/vte/pull/122#issuecomment-2579278540
0 commit comments