Fix typo
This commit is contained in:
parent
c201cce527
commit
e1e6e3b925
@ -1041,7 +1041,7 @@ fn no_fuzzy_during_fields_of_record_lit_syntax() {
|
||||
check(
|
||||
r#"
|
||||
mod m {
|
||||
pub fn some_fn() -> i32() {
|
||||
pub fn some_fn() -> i32 {
|
||||
42
|
||||
}
|
||||
}
|
||||
@ -1061,7 +1061,7 @@ fn fuzzy_after_fields_of_record_lit_syntax() {
|
||||
check(
|
||||
r#"
|
||||
mod m {
|
||||
pub fn some_fn() -> i32() {
|
||||
pub fn some_fn() -> i32 {
|
||||
42
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user