Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3d90595

Browse files
committed
DependencyList: remove outdated comment
1 parent 378a43a commit 3d90595

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_middle/src/middle/dependency_format.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ use rustc_session::config::CrateType;
1010
/// A list of dependencies for a certain crate type.
1111
///
1212
/// The length of this vector is the same as the number of external crates used.
13-
/// The value is None if the crate does not need to be linked (it was found
14-
/// statically in another dylib), or Some(kind) if it needs to be linked as
15-
/// `kind` (either static or dynamic).
1613
pub type DependencyList = Vec<Linkage>;
1714

1815
/// A mapping of all required dependencies for a particular flavor of output.

0 commit comments

Comments
 (0)