mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Merge pull request #840 from gwenn/IndexConstraintOp
Remove #[non_exhaustive] attribute on IndexConstraintOp
This commit is contained in:
commit
9ae66e363e
@ -261,7 +261,6 @@ pub trait CreateVTab<'vtab>: VTab<'vtab> {
|
|||||||
/// See [Virtual Table Constraint Operator Codes](https://sqlite.org/c3ref/c_index_constraint_eq.html) for details.
|
/// See [Virtual Table Constraint Operator Codes](https://sqlite.org/c3ref/c_index_constraint_eq.html) for details.
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
#[allow(non_snake_case, non_camel_case_types, missing_docs)]
|
#[allow(non_snake_case, non_camel_case_types, missing_docs)]
|
||||||
#[non_exhaustive]
|
|
||||||
pub enum IndexConstraintOp {
|
pub enum IndexConstraintOp {
|
||||||
SQLITE_INDEX_CONSTRAINT_EQ,
|
SQLITE_INDEX_CONSTRAINT_EQ,
|
||||||
SQLITE_INDEX_CONSTRAINT_GT,
|
SQLITE_INDEX_CONSTRAINT_GT,
|
||||||
|
Loading…
Reference in New Issue
Block a user