Skip to content

Commit 13dbaf1

Browse files
author
andrei-papou
committed
Removed allow deprecated macro from concatenate implementation.
1 parent a27855c commit 13dbaf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stacking.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ where
6565
/// [3., 3.]]))
6666
/// );
6767
/// ```
68-
#[allow(deprecated)]
6968
pub fn concatenate<A, D>(axis: Axis, arrays: &[ArrayView<A, D>]) -> Result<Array<A, D>, ShapeError>
7069
where
7170
A: Copy,

0 commit comments

Comments
 (0)