Closed Techcable closed 1 year ago
Right now, the crate specifies syn = "2", which pulls in all the default features from syn.
syn = "2"
syn
Instead, the crate should specify the features it needs explicitly.
Sure. Send a PR!
Right now, the crate specifies
syn = "2"
, which pulls in all the default features fromsyn
.Instead, the crate should specify the features it needs explicitly.