Reverse fixups

This commit is contained in:
Florian Diebold 2022-02-07 19:53:31 +01:00
parent 79ebf618ec
commit c3601e9860
3 changed files with 5 additions and 4 deletions

View file

@ -76,7 +76,6 @@ fn foo() {
#[test]
fn attribute_macro_syntax_completion_2() {
// common case of dot completion while typing
// right now not working
check(
r#"
//- proc_macros: identity_when_valid
@ -88,7 +87,7 @@ fn foo() { bar.; blub }
fn foo() { bar.; blub }
fn foo() {
bar.;
bar. ;
blub
}"##]],
);