mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Snippetify fix_visibility
This commit is contained in:
parent
c446fd76a2
commit
ba3a58d1b2
3 changed files with 36 additions and 32 deletions
|
@ -346,7 +346,7 @@ fn main() {
|
|||
|
||||
// AFTER
|
||||
mod m {
|
||||
pub(crate) fn frobnicate() {}
|
||||
$0pub(crate) fn frobnicate() {}
|
||||
}
|
||||
fn main() {
|
||||
m::frobnicate() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue