rusqlite/libsqlite3-sys/src
Thom Chiovoloni 6f6f7ffd9f
Add #[non_exhaustive] to enums that might get new variants. (#673)
This just using them in patterns without a catchall. I left things alone
that seem very unlikely to change (`Value`, `ValueRef`, `DatabaseName`,
etc...). This might help reduce the number of breaking changes we need
(rusqlite is still pre-1.0 so it doesn't really matter that much, but
breaking changes complicate the story around when we can cut releases).
2020-04-06 12:01:39 -07:00
..
error.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
lib.rs Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00