Commit e071bdb
committed
API: Remove deprecated ArrayView::into_slice (use to_slice)
This could really use either name - `into_slice` for the "into" semantic
of preserving the lifetime parameter, or the `to_slice` name which is
customary for `&self` methods.
Both names have the problem that they compete with
`ArrayBase::as_slice()`, but the doc has been improved to explain some
of that.1 parent dd5f840 commit e071bdb
1 file changed
+6
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
46 | 37 | | |
47 | 38 | | |
48 | 39 | | |
| |||
120 | 111 | | |
121 | 112 | | |
122 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
123 | 117 | | |
124 | 118 | | |
125 | 119 | | |
| |||
0 commit comments