Skip to content

Commit

Permalink
fix 2018 edition code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Lechner committed Sep 2, 2019
1 parent 0c3628f commit f41790d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ mod test {

#[test]
fn long_and_detailed() {
extern crate regex;
use regex;

let expected_debug = "Style { fg(Blue), bold }";
let expected_pretty_repat = r##"(?x)
Style\s+\{\s+
Expand Down

0 comments on commit f41790d

Please sign in to comment.