We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd2656 commit 154bcf6Copy full SHA for 154bcf6
src/cargo/util/dependency_queue.rs
@@ -53,7 +53,7 @@ impl<N: Hash + Eq, E: Hash + Eq, V> DependencyQueue<N, E, V> {
53
}
54
55
impl<N: Hash + Eq + Clone, E: Eq + Hash + Clone, V> DependencyQueue<N, E, V> {
56
- /// Adds a new ndoe and its dependencies to this queue.
+ /// Adds a new node and its dependencies to this queue.
57
///
58
/// The `key` specified is a new node in the dependency graph, and the node
59
/// depend on all the dependencies iterated by `dependencies`. Each
0 commit comments