Improve comments
This commit is contained in:
parent
8488e8aed9
commit
374024336a
6 changed files with 14 additions and 3 deletions
|
@ -111,8 +111,9 @@ pub(crate) struct CrateMetadata {
|
|||
dep_kind: Lock<CrateDepKind>,
|
||||
/// Filesystem location of this crate.
|
||||
source: Lrc<CrateSource>,
|
||||
/// Whether or not this crate should be consider a private dependency
|
||||
/// for purposes of the 'exported_private_dependencies' lint
|
||||
/// Whether or not this crate should be consider a private dependency.
|
||||
/// Used by the 'exported_private_dependencies' lint, and for determining
|
||||
/// whether to emit suggestions that reference this crate.
|
||||
private_dep: Lock<bool>,
|
||||
/// The hash for the host proc macro. Used to support `-Z dual-proc-macro`.
|
||||
host_hash: Option<Svh>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue