Commit 4c12cd1
committed
ensure proplist
it output's an instance with a static lifetime, which we would not want to
do with a borrowed proplist instance. luckily the only possible
free-standing proplist instances are owned ones created via the `new()`
functions. all borrowed instances are only accessible via a reference and
thus cannot be used with `into_iter()` which comsumes the input.IntoIterator impl is only used with owned instances1 parent 0edce0d commit 4c12cd1
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
201 | 202 | | |
202 | | - | |
203 | | - | |
| 203 | + | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
0 commit comments