restrict visibility only by crate
This commit is contained in:
parent
7f11cc42de
commit
e7899625e6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue