SergioBenitez / proc-macro2-diagnostics

Diagnostics for stable and nightly proc-macros!
Apache License 2.0
10 stars 5 forks source link

Should explicitly specify features needed from `syn` #4

Closed Techcable closed 1 year ago

Techcable commented 1 year ago

Right now, the crate specifies syn = "2", which pulls in all the default features from syn.

Instead, the crate should specify the features it needs explicitly.

SergioBenitez commented 1 year ago

Sure. Send a PR!