review comment
This commit is contained in:
parent
ad13d9fbbe
commit
eb835093a3
@ -1462,7 +1462,7 @@ fn smart_resolve_context_dependent_help(
|
||||
.map(|span| {
|
||||
(
|
||||
*span,
|
||||
if span.lo() == span.hi() { "pub " } else { "pub" }
|
||||
if span.is_empty() { "pub " } else { "pub" }
|
||||
.to_string(),
|
||||
)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user