Skip to content

Commit e1639ab

Browse files
committed
move to tests
1 parent 5b4ca06 commit e1639ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/coherence.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fn test_u32_u32_impls() {
3737
}
3838

3939
#[test]
40+
#[allow(non_snake_case)]
4041
fn test_u32_T_impls() {
4142
expect_test::expect![[r#"
4243
Err(
@@ -55,6 +56,7 @@ fn test_u32_T_impls() {
5556
}
5657

5758
#[test]
59+
#[allow(non_snake_case)]
5860
fn test_u32_T_where_T_Not_impls() {
5961
expect_test::expect![[r#"
6062
Ok(
@@ -75,6 +77,7 @@ fn test_u32_T_where_T_Not_impls() {
7577
}
7678

7779
#[test]
80+
#[allow(non_snake_case)]
7881
fn test_u32_T_where_T_Is_impls() {
7982
expect_test::expect![[r#"
8083
Err(

0 commit comments

Comments
 (0)