mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 03:26:19 +00:00
unreachable-pub
This commit is contained in:
parent
bc5823d5bb
commit
def5a1d0c4
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
pub(crate) struct Parenthesized<T>(pub T);
|
||||
pub(crate) struct Parenthesized<T>(pub(crate) T);
|
||||
|
||||
impl<T> syn::parse::Parse for Parenthesized<T>
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue