mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
fix snake case warnings
This commit is contained in:
parent
a34f7ed906
commit
3431763954
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "marine-sqlite-connector"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
license = "Apache-2.0/MIT"
|
||||
authors = [
|
||||
"Daniel Dulaney <ddy@vitronic.com>",
|
||||
|
@ -101,6 +101,7 @@
|
||||
//! [1]: https://www.sqlite.org
|
||||
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_unsafe)]
|
||||
|
||||
use sqlite3_connector as ffi;
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
use marine_rs_sdk::marine;
|
||||
|
||||
pub(crate) type Sqlite3DbHandle = u32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user