Skip to content

Commit 4f52cd6

Browse files
committed
rustfmt: ignore the C FFI bits
1 parent 3801b64 commit 4f52cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libkeyutils-sys/src/functions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ use crates::libc;
2828

2929
use types::{key_perm_t, key_serial_t};
3030

31+
#[cfg_attr(rustfmt, rustfmt_skip)]
3132
extern "C" {
3233
pub fn add_key(
3334
type_: *const libc::c_char,

0 commit comments

Comments
 (0)