Skip to content

Commit

Permalink
wip: excluded global locales
Browse files Browse the repository at this point in the history
  • Loading branch information
nrydanov committed Jan 11, 2024
1 parent e2fcb8d commit 3b8b149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ impl<'a> StyleContext<'a> {



for (_, resource) in [self.csl.locale.as_slice(), self.locale_files]
for (_, resource) in [self.csl.locale.as_slice()]
.into_iter()
.enumerate()
{
Expand Down

0 comments on commit 3b8b149

Please sign in to comment.