Update comments
This commit is contained in:
parent
7e6be13647
commit
943f6a8ca9
2 changed files with 8 additions and 9 deletions
|
@ -42,7 +42,7 @@ pub enum CrateDepKind {
|
|||
/// A dependency that is only used for its macros.
|
||||
MacrosOnly,
|
||||
/// A dependency that is always injected into the dependency list and so
|
||||
/// doesn't need to be linked to an rlib, e.g., the injected allocator.
|
||||
/// doesn't need to be linked to an rlib, e.g., the injected panic runtime.
|
||||
Implicit,
|
||||
/// A dependency that is required by an rlib version of this crate.
|
||||
/// Ordinary `extern crate`s result in `Explicit` dependencies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue