Add still missing docs in session module

This commit is contained in:
gwenn 2020-05-17 11:50:32 +02:00 committed by Thom Chiovoloni
parent 5ebba26a7e
commit e664f82630

View File

@ -652,6 +652,8 @@ impl From<i32> 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]