Skip to content

Commit 68c6b17

Browse files
authored
Merge pull request #3557 from oli-obk/preintern_symbols
Update to rustc changes for rls/clippy fixes
2 parents c97aa15 + db2cc88 commit 68c6b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatting.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ impl<'b, T: Write + 'b> Session<'b, T> {
3333
return Err(ErrorKind::VersionMismatch);
3434
}
3535

36-
syntax::with_globals(|| {
36+
syntax::with_globals(&[], || {
3737
syntax_pos::hygiene::set_default_edition(
3838
self.config.edition().to_libsyntax_pos_edition(),
3939
);

0 commit comments

Comments
 (0)