Skip to content

Commit b41e73a

Browse files
committed
chore: codegen
1 parent d4fad2b commit b41e73a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

crates/ide_assists/src/tests/generated.rs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -141,25 +141,6 @@ fn main() {
141141
)
142142
}
143143

144-
#[test]
145-
fn doctest_add_type_ascription() {
146-
check_doc_test(
147-
"add_type_ascription",
148-
r#####"
149-
fn make<T>() -> T { todo!() }
150-
fn main() {
151-
let x = make$0();
152-
}
153-
"#####,
154-
r#####"
155-
fn make<T>() -> T { todo!() }
156-
fn main() {
157-
let x: ${0:_} = make();
158-
}
159-
"#####,
160-
)
161-
}
162-
163144
#[test]
164145
fn doctest_apply_demorgan() {
165146
check_doc_test(

0 commit comments

Comments
 (0)