Skip to content
Snippets Groups Projects

Resolve "Follow-up from "refactor: pico.space.raft_group -> pico.space.instance""

Merged Georgy Moshkin requested to merge 193-codereview-fixes into master
3 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -437,7 +437,7 @@ impl Instance {
}
/// Instance has a grade that implies it may cooperate.
/// Currently this means that target_grade is neither Offline or Expelled.
/// Currently this means that target_grade is neither Offline nor Expelled.
#[inline]
pub fn may_respond(&self) -> bool {
!matches!(
Loading