SergioBenitez/proc-macro2-diagnostics

Should explicitly specify features needed from `syn`

Closed this issue · 1 comments

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.

Sure. Send a PR!