This commit is contained in:
Lukas Wirth 2021-07-20 19:00:52 +02:00
parent 33972da625
commit c83e37c001
3 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ fn check(ra_fixture: &str, expect: Expect) {
#[test]
fn empty_pub() {
cov_mark::check!(kw_completion_in);
check(
r#"
pub($0)