Skip to content

Commit db2cc88

Browse files
committed
Update to rustc changes for rls/clippy fixes
1 parent 5274b49 commit db2cc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl<'b, T: Write + 'b> Session<'b, T> {
3030
return Err(ErrorKind::VersionMismatch);
3131
}
3232

33-
syntax::with_globals(|| {
33+
syntax::with_globals(&[], || {
3434
syntax_pos::hygiene::set_default_edition(
3535
self.config.edition().to_libsyntax_pos_edition(),
3636
);

0 commit comments

Comments
 (0)