You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, cargo-hakari generates an immense amount of failures since none of the dependencies are used within the actual crate. It would be nice if there was an ability to automatically generate an ignored section like so:
### BEGIN HAKARI SECTION
[dependencies]
a = { version = "1.0" }
b = { version = "1.0" }
[package.metadata.cargo-udeps.ignore]
normal = ["a", "b"]
### END HAKARI SECTION
Right now, cargo-hakari generates an immense amount of failures since none of the dependencies are used within the actual crate. It would be nice if there was an ability to automatically generate an ignored section like so:
Or something along these lines.
Thank you!