Skip to content

Commit 035b8b7

Browse files
Fix lint "clippy::missing_safety_doc"
1 parent 965f9c9 commit 035b8b7

File tree

1 file changed

+1
-0
lines changed
  • tensorflow-sys-runtime/src

1 file changed

+1
-0
lines changed

tensorflow-sys-runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![allow(non_snake_case)]
33
#![allow(non_upper_case_globals)]
44
#![allow(clippy::too_many_arguments)]
5+
#![allow(clippy::missing_safety_doc)]
56
#![allow(deref_nullptr)] // FIXME old bindgen code has undefined behaviour in tests, see https://github.com/rust-lang/rust-bindgen/pull/2055
67
include!("c_api.rs");
78
include!("types.rs");

0 commit comments

Comments
 (0)