File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ implementation would cause. Then we modify the `entry` signature to
139139
140140and add a new `Q : IntoOwned <K >` type parameter to `Entry `. This can be done
141141backwards - compatibly with a `Q = K ` default . The new `Entry ` type will store
142- `key : Q ` and call `into_owned ` on insert - like calls , while using Q directly on
142+ `key : Q ` and call `into_owned ` on insert - like calls , while using ` Q ` directly on
143143get - like calls .
144144
145145# Drawbacks
@@ -154,7 +154,7 @@ get-like calls.
1541542 . It does not offer a way of recovering a `! Clone ` key when no `insert `
155155 happens . This is somewhat orthogonal though and could be solved in a number
156156 of different ways eg . an `into_key ` method on `Entry ` or via an `IntoOwned `
157- impl on a `& mut Option <T >`- like .
157+ impl on a `& mut Option <T >`- like type .
158158
1591593 . Further depend on specialisation in its current form for a public API . If the
160160 exact parameters of specialisation change , and this particular pattern
You can’t perform that action at this time.
0 commit comments