Remove 'for_expr' test from inlay_hints.rs
This commit is contained in:
@@ -505,19 +505,6 @@ fn main() {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn for_expression() {
|
||||
check(
|
||||
r#"
|
||||
fn main() {
|
||||
let mut start = 0;
|
||||
//^^^^^^^^^ i32
|
||||
for increment in 0..2 { start += increment; }
|
||||
//^^^^^^^^^ i32
|
||||
}"#,
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn if_expr() {
|
||||
check(
|
||||
|
||||
Reference in New Issue
Block a user