rust/crates/cfg
Jamie Cunliffe 284483b347 Improve completion of cfg attributes
The completion of cfg will look at the enabled cfg keys when
performing completion.

It will also look crate features when completing a feature cfg
option. A fixed list of known values for some cfg options are
provided.

For unknown keys it will look at the enabled values for that cfg key,
which means that completion will only show enabled options for those.
2021-06-21 17:47:00 +01:00
..
src Improve completion of cfg attributes 2021-06-21 17:47:00 +01:00
Cargo.toml Upgrade expect-test to 1.1 2021-01-03 14:43:29 +01:00