Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Aug 21, 2019
1 parent cc2272f commit aaf4dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/parse/lexer/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use errors::{Handler, emitter::EmitterWriter};
use syntax_pos::{BytePos, Span};

fn mk_sess(sm: Lrc<SourceMap>) -> ParseSess {
let emitter = errors::emitter::EmitterWriter::new(
let emitter = EmitterWriter::new(
Box::new(io::sink()),
Some(sm.clone()),
false,
Expand Down

0 comments on commit aaf4dc3

Please sign in to comment.