mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +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
|
/// auto-completion (`literal`, using `field: ()`) and display in the
|
||||||
/// completions menu (`detail`, using `field: type`).
|
/// completions menu (`detail`, using `field: type`).
|
||||||
pub(crate) struct RenderedCompound {
|
pub(crate) struct RenderedCompound {
|
||||||
pub literal: String,
|
pub(crate) literal: String,
|
||||||
pub detail: String,
|
pub(crate) detail: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Render a record type (or sub-type) to a `RenderedCompound`. Use `None` for
|
/// Render a record type (or sub-type) to a `RenderedCompound`. Use `None` for
|
||||||
|
|
Loading…
Reference in a new issue