Include hidden ecosystem_ci option to show fixes without feature (#4528)

This commit is contained in:
konstin 2023-05-24 04:22:23 +02:00 committed by GitHub
parent b1d01b1950
commit 3644695bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 19 deletions

View file

@ -254,7 +254,6 @@ mod test {
LogLevel::Default,
FixMode::None,
Flags::SHOW_VIOLATIONS,
#[cfg(feature = "ecosystem_ci")]
false,
);
let mut writer: Vec<u8> = Vec::new();