enable missing_assert_message lint

This commit is contained in:
Charles Hall 2024-05-12 18:28:41 -07:00
parent 052f3088e9
commit 4a7b9c16cc
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 19 additions and 10 deletions

View file

@ -929,7 +929,8 @@ impl KeyValueDatabase {
assert_eq!(
services().globals.database_version().unwrap(),
latest_database_version
latest_database_version,
"database should be migrated to the current version",
);
info!(