Replace panic!() with unreachable!()
This commit is contained in:
parent
b5e21f761b
commit
ab8592526f
3 changed files with 3 additions and 3 deletions
|
@ -178,13 +178,13 @@ impl Service {
|
|||
RoomVersionId::V8,
|
||||
RoomVersionId::V9,
|
||||
RoomVersionId::V10,
|
||||
RoomVersionId::V11,
|
||||
];
|
||||
// Experimental, partially supported room versions
|
||||
let unstable_room_versions = vec![
|
||||
RoomVersionId::V3,
|
||||
RoomVersionId::V4,
|
||||
RoomVersionId::V5,
|
||||
RoomVersionId::V11,
|
||||
];
|
||||
|
||||
let mut s = Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue