TedDriggs / darling

A Rust proc-macro attribute parser
MIT License
983 stars 66 forks source link

Fix `cargo test --no-default-features` #284

Closed mgeisler closed 5 months ago

mgeisler commented 5 months ago

The suggestion is not given when the suggestions Cargo feature is disabled.

TedDriggs commented 5 months ago

Now the one open question in my mind - why didn't CI catch this before? Don't need to block this PR for it, but do need to sort that out.

mgeisler commented 5 months ago

Now the one open question in my mind - why didn't CI catch this before? Don't need to block this PR for it, but do need to sort that out.

I think it's because you're not running all tests with --no-default-features, only the ones in core/ if I read ci.yml correctly