mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-04 15:31:08 +00:00
Adjust a comment
This commit is contained in:
parent
6ff668acd0
commit
4431d24fd7
@ -45,7 +45,7 @@ macro_rules! path_to_c_str(
|
|||||||
});
|
});
|
||||||
);
|
);
|
||||||
|
|
||||||
/// A result code.
|
/// An error code.
|
||||||
#[derive(Clone, Copy, Debug)]
|
#[derive(Clone, Copy, Debug)]
|
||||||
pub enum ErrorCode {
|
pub enum ErrorCode {
|
||||||
Abort = raw::SQLITE_ABORT as isize,
|
Abort = raw::SQLITE_ABORT as isize,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user