mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 12:10:37 +00:00
clippy
This commit is contained in:
@@ -986,7 +986,6 @@ impl Timeline {
|
||||
);
|
||||
assert!(self.walreceiver.lock().unwrap().is_none());
|
||||
panic!("timelines in Creating state never change state");
|
||||
return;
|
||||
}
|
||||
match (self.current_state(), new_state) {
|
||||
(equal_state_1, equal_state_2) if equal_state_1 == equal_state_2 => {
|
||||
|
||||
Reference in New Issue
Block a user