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