Skip to content

Commit a9f6f4b

Browse files
committed
Add missing fn
1 parent 948a17e commit a9f6f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcoretest/num/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ mod test {
124124
}
125125

126126
#[test]
127-
test_int_from_minus_sign() {
127+
fn test_int_from_minus_sign() {
128128
assert_eq!("-".parse::<i32>().ok(), None);
129129
}
130130
}

0 commit comments

Comments
 (0)