Skip to content

Commit 7830221

Browse files
committed
coupe-metis: silence clippy lints
1 parent 917c798 commit 7830221

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

coupe-metis/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::missing_safety_doc)] // See the MeTiS manual
2+
13
use coupe::Partition as _;
24
use std::slice;
35

@@ -14,6 +16,7 @@ pub enum RStatus {
1416
Error = -4,
1517
}
1618

19+
#[allow(clippy::too_many_arguments)]
1720
unsafe fn partition(
1821
nvtxs: *const Idx,
1922
ncon: *const Idx,

0 commit comments

Comments
 (0)