visibility tweak for CI

This commit is contained in:
Morgan Thomas 2022-03-11 19:10:43 -08:00
parent 2a22cf8efc
commit 6a1c151159

View file

@ -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