Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jun 27, 2023
1 parent 210b5ef commit bb870cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provider/datagen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ impl DatagenProvider {
options::LocaleInclude::Recommended => options::LocaleInclude::Explicit(
source
.locales(&[
CoverageLevel::Modern,
CoverageLevel::Moderate,
CoverageLevel::Basic,
options::CoverageLevel::Modern,
options::CoverageLevel::Moderate,
options::CoverageLevel::Basic,
])?
.into_iter()
.collect(),
Expand Down

0 comments on commit bb870cf

Please sign in to comment.