mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
add missing public keyword
This commit is contained in:
parent
43072c3a0b
commit
7b200890c4
@ -356,7 +356,7 @@ impl A {
|
||||
}"#,
|
||||
r#"
|
||||
struct Inner;
|
||||
struct A(Inner);
|
||||
pub struct A(Inner);
|
||||
|
||||
impl A {
|
||||
fn new(inner: Inner) -> A {
|
||||
|
Loading…
x
Reference in New Issue
Block a user