Skip to content

Commit

Permalink
Fix new rustc lints to make the CI pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Dec 2, 2023
1 parent 40bb0b2 commit f613f3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions src/impl_views/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ mod conversions;
mod indexing;
mod splitting;

pub use constructors::*;
pub use conversions::*;
pub use indexing::*;
pub use splitting::*;
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#![doc(html_root_url = "https://docs.rs/ndarray/0.15/")]
#![doc(html_logo_url = "https://rust-ndarray.github.io/images/rust-ndarray_logo.svg")]
#![allow(
unstable_name_collisions, // our `PointerExt` collides with upcoming inherent methods on `NonNull`
clippy::many_single_char_names,
clippy::deref_addrof,
clippy::unreadable_literal,
Expand Down

0 comments on commit f613f3c

Please sign in to comment.