Consider "dev" as nightly for feature (un)gating
This commit is contained in:
parent
a15df80e96
commit
8cc4200b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ impl ConfigType for IgnoreList {
|
|||
macro_rules! is_nightly_channel {
|
||||
() => {
|
||||
option_env!("CFG_RELEASE_CHANNEL")
|
||||
.map(|c| c == "nightly")
|
||||
.map(|c| c == "nightly" || c == "dev")
|
||||
.unwrap_or(true)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue