mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
visibility tweak for CI
This commit is contained in:
parent
2a22cf8efc
commit
6a1c151159
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ use itertools::Itertools;
|
|||
/// auto-completion (`literal`, using `field: ()`) and display in the
|
||||
/// completions menu (`detail`, using `field: type`).
|
||||
pub(crate) struct RenderedCompound {
|
||||
pub literal: String,
|
||||
pub detail: String,
|
||||
pub(crate) literal: String,
|
||||
pub(crate) detail: String,
|
||||
}
|
||||
|
||||
/// Render a record type (or sub-type) to a `RenderedCompound`. Use `None` for
|
||||
|
|
Loading…
Reference in a new issue