Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea342f5

Browse files
author
Jorge Aparicio
committedDec 7, 2014
libtest: remove unnecessary to_string() calls
1 parent d4597ed commit ea342f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.