Skip to content

Commit a199718

Browse files
committed
revert
1 parent bf10d8d commit a199718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/resolver/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ impl<'a, 'cfg> FeatureResolver<'a, 'cfg> {
812812
true
813813
})
814814
.flat_map(|dep| {
815-
// Each dependency can be built for multiple targets. For one, it
815+
// Each `dep`endency can be built for multiple targets. For one, it
816816
// may be a library target which is built as initially configured
817817
// by `fk`. If it appears as build dependency, it must be built
818818
// for the host.

0 commit comments

Comments
 (0)