chore: Fix formatting / linting issues

This commit is contained in:
Santiago Carmuega 2022-01-02 08:04:01 -03:00
parent 950802f951
commit 20d052f5d3
7 changed files with 13 additions and 4 deletions

View file

@ -137,6 +137,7 @@ impl<Q: Query + 'static> Agent for OneShotClient<Q> {
self.state == State::Done
}
#[allow(clippy::match_like_matches_macro)]
fn has_agency(&self) -> bool {
match self.state {
State::Idle => true,