Skip to content

Commit

Permalink
Fix clippy errors with Rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromerobert committed Jan 24, 2025
1 parent 064fb62 commit 10dfa7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ doc_markdown = "allow"
suboptimal_flops = "allow"
should_panic_without_expect = "allow"
ptr_as_ptr = "allow"
ptr_as_ref = "allow"
borrow_as_ptr = "allow"
ref_as_ptr = "allow"
needless_pass_by_value = "allow"
1 change: 1 addition & 0 deletions src/mesh.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::useless_conversion)]
use crate::{
geometry::{LinearGeometry2d, LinearGeometry3d},
to_numpy_1d, to_numpy_2d,
Expand Down

0 comments on commit 10dfa7b

Please sign in to comment.