Skip to content

Commit

Permalink
Auto merge of #8289 - mbrobbel:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
bors committed May 27, 2020
2 parents 8fd2656 + 154bcf6 commit 1795c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/dependency_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl<N: Hash + Eq, E: Hash + Eq, V> DependencyQueue<N, E, V> {
}

impl<N: Hash + Eq + Clone, E: Eq + Hash + Clone, V> DependencyQueue<N, E, V> {
/// Adds a new ndoe and its dependencies to this queue.
/// Adds a new node and its dependencies to this queue.
///
/// The `key` specified is a new node in the dependency graph, and the node
/// depend on all the dependencies iterated by `dependencies`. Each
Expand Down

0 comments on commit 1795c7d

Please sign in to comment.