mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Fix unreachable pub
This commit is contained in:
parent
6fb5abbc03
commit
187e6bacac
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pub(crate) enum AutoderefKind {
|
|||
}
|
||||
|
||||
pub(crate) struct Autoderef<'a, 'db> {
|
||||
pub table: &'a mut InferenceTable<'db>,
|
||||
pub(crate) table: &'a mut InferenceTable<'db>,
|
||||
ty: Ty,
|
||||
at_start: bool,
|
||||
steps: Vec<(AutoderefKind, Ty)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue