Skip to content

Commit 66f52f4

Browse files
author
Jorge Aparicio
committed
libtest: remove unnecessary to_string() calls
1 parent 00c7786 commit 66f52f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ mod tests {
15601560

15611561
assert_eq!(filtered.len(), 1);
15621562
assert_eq!(filtered[0].desc.name.to_string(),
1563-
"1".to_string());
1563+
"1");
15641564
assert!(filtered[0].desc.ignore == false);
15651565
}
15661566

0 commit comments

Comments
 (0)