mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
enable missing_assert_message lint
This commit is contained in:
parent
052f3088e9
commit
4a7b9c16cc
3 changed files with 19 additions and 10 deletions
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue