Skip to content

Commit dd5f840

Browse files
committed
MAINT: Remove unused allow(deprecated) attr
1 parent e585262 commit dd5f840

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/aliases.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
//!
33
44
use crate::dimension::Dim;
5-
#[allow(deprecated)]
65
use crate::{ArcArray, Array, ArrayView, ArrayViewMut, Ix, IxDynImpl};
76

87
/// Create a zero-dimensional index

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ mod data_traits;
162162

163163
pub use crate::aliases::*;
164164

165-
#[allow(deprecated)]
166165
pub use crate::data_traits::{
167166
Data, DataMut, DataOwned, DataShared, RawData, RawDataClone, RawDataMut,
168167
RawDataSubst,

src/prelude.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
//! ```
1818
1919
#[doc(no_inline)]
20-
#[allow(deprecated)]
2120
pub use crate::{
2221
ArcArray, Array, ArrayBase, ArrayView, ArrayViewMut, CowArray, RawArrayView, RawArrayViewMut,
2322
};

0 commit comments

Comments
 (0)