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.
2 parents 6ceb7cb + 1840fcb commit cb19c21Copy full SHA for cb19c21
alloc/src/collections/btree/node.rs
@@ -1663,7 +1663,7 @@ pub mod marker {
1663
const PERMITS_TRAVERSAL: bool = true;
1664
}
1665
impl BorrowType for Owned {
1666
- // Traversal isn't needede, it happens using the result of `borrow_mut`.
+ // Traversal isn't needed, it happens using the result of `borrow_mut`.
1667
// By disabling traversal, and only creating new references to roots,
1668
// we know that every reference of the `Owned` type is to a root node.
1669
const PERMITS_TRAVERSAL: bool = false;
0 commit comments