restrict visibility only by crate

This commit is contained in:
Dmitry 2020-08-14 23:22:23 +07:00
parent 7f11cc42de
commit e7899625e6
2 changed files with 2 additions and 2 deletions

View file

@ -258,7 +258,7 @@ const DEFAULT_DERIVE_COMPLETIONS: &[DeriveCompletion] = &[
DeriveCompletion { label: "Ord", dependencies: &["PartialOrd", "Eq", "PartialEq"] },
];
pub struct LintCompletion {
pub(crate) struct LintCompletion {
pub label: &'static str,
pub description: &'static str,
}

File diff suppressed because one or more lines are too long