File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55# Summary
66
77This RFC proposes a number of design improvements to the ` cmp ` and
8- ` ord ` modules in preparation for 1.0. The impetus for these
8+ ` ops ` modules in preparation for 1.0. The impetus for these
99improvements, besides the need for stabilization, is that we've added
1010several important language features (like multidispatch) that greatly
1111impact the design. Highlights:
@@ -317,7 +317,8 @@ pub trait IndexSet<Idx> {
317317}
318318```
319319
320- (This idea is borrowed from [ @sfackler 's earlier RFC] ( https://github.com/rust-lang/rfcs/pull/159/files ) .)
320+ (This idea is borrowed from
321+ [ @sfackler 's earlier RFC] ( https://github.com/rust-lang/rfcs/pull/159/files ) .)
321322
322323The motivation for this trait is cases like ` map["key"] = val ` , which
323324should correspond to an * insertion* rather than a mutable lookup. With
You can’t perform that action at this time.
0 commit comments