Minor linting tweaks
This commit is contained in:
parent
6b739d93c2
commit
a997f538c3
3 changed files with 3 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn wrap_newline() {
|
||||
assert_eq!(wrap("\n"), String::from(r"↳"));
|
||||
assert_eq!(wrap("\n"), String::from("↳"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue