1
Fork 0

Update comments

This commit is contained in:
bjorn3 2024-12-13 16:27:07 +00:00
parent 7e6be13647
commit 943f6a8ca9
2 changed files with 8 additions and 9 deletions

View file

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