File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 8f091efa4f201c16110efbb668476236bf0b4f5c
2
+ refs/heads/master: 1bda1ff9dab84a9fc05272091710575585760d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
5
5
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ mod tests {
716
716
}
717
717
718
718
#[ test]
719
- pub fn test_abs ( ) {
719
+ fn test_abs ( ) {
720
720
assert_eq ! ( INFINITY . abs( ) , INFINITY ) ;
721
721
assert_eq ! ( 1f32 . abs( ) , 1f32 ) ;
722
722
assert_eq ! ( 0f32 . abs( ) , 0f32 ) ;
Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ mod tests {
724
724
}
725
725
726
726
#[ test]
727
- pub fn test_abs ( ) {
727
+ fn test_abs ( ) {
728
728
assert_eq ! ( INFINITY . abs( ) , INFINITY ) ;
729
729
assert_eq ! ( 1f64 . abs( ) , 1f64 ) ;
730
730
assert_eq ! ( 0f64 . abs( ) , 0f64 ) ;
You can’t perform that action at this time.
0 commit comments