update rustc_index_macros
feature handling
It seems that cargo can't conditionally propagate features when `default-features` is set to `false`. Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
023521e682
commit
e151148a72
2 changed files with 1 additions and 2 deletions
|
@ -12,5 +12,4 @@ proc-macro2 = "1"
|
|||
quote = "1"
|
||||
|
||||
[features]
|
||||
default = ["nightly"]
|
||||
nightly = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue