patch travis failure

This commit is contained in:
Niko Matsakis 2016-04-30 09:54:48 -04:00
parent 95576b8ec4
commit 64e0819fc2

View File

@ -85,7 +85,8 @@ impl CoreEmitter for ExpectErrorEmitter {
msg: &str,
_: Option<&str>,
lvl: Level,
_is_header: bool) {
_is_header: bool,
_show_snippet: bool) {
remove_message(self, msg, lvl);
}
}