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.
1 parent a27855c commit 13dbaf1Copy full SHA for 13dbaf1
src/stacking.rs
@@ -65,7 +65,6 @@ where
65
/// [3., 3.]]))
66
/// );
67
/// ```
68
-#[allow(deprecated)]
69
pub fn concatenate<A, D>(axis: Axis, arrays: &[ArrayView<A, D>]) -> Result<Array<A, D>, ShapeError>
70
where
71
A: Copy,
0 commit comments