Skip to content

Commit

Permalink
refactor(*): eliminate warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
qevolg committed Dec 23, 2024
1 parent 73e23b7 commit 46d2759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rustflags = [
"-Aclippy::missing_safety_doc",

# Suspicious Group
"-Aclippy::incompatible_msrv",
"-Aclippy::missing_transmute_annotations",

# Cargo Group
Expand Down
1 change: 1 addition & 0 deletions taos-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub extern "C" fn taos_cleanup() {
todo!()
}

#[allow(clippy::just_underscores_and_digits)]
#[no_mangle]
pub unsafe extern "C" fn taos_options(option: TSDB_OPTION, arg: *const c_void, ...) -> c_int {
todo!()
Expand Down

0 comments on commit 46d2759

Please sign in to comment.