diff --git a/src/session.rs b/src/session.rs index f64ba13..b685ae5 100644 --- a/src/session.rs +++ b/src/session.rs @@ -652,6 +652,8 @@ impl From for ConflictType { } /// `feature = "session"` Constants returned by the conflict handler +/// See [here](https://sqlite.org/session.html#SQLITE_CHANGESET_ABORT) for details. +#[allow(missing_docs)] #[repr(i32)] #[derive(Debug, PartialEq)] #[non_exhaustive]