Skip to content

Commit 803e19e

Browse files
committed
DependencyList: remove outdated comment
1 parent a77f76e commit 803e19e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_middle/src/middle/dependency_format.rs

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

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

0 commit comments

Comments
 (0)