From f735b4fedc77872e23d7121a623fe29cc66a17f8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 May 2022 19:01:07 +0100 Subject: [PATCH] apitest: updates: reorder generics to match argument order Signed-off-by: Ian Jackson --- apitest/atmain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apitest/atmain.rs b/apitest/atmain.rs index 42ac513f..08b0cd2f 100644 --- a/apitest/atmain.rs +++ b/apitest/atmain.rs @@ -302,8 +302,8 @@ impl Session { #[throws(Explode)] fn await_update< R, - F: FnMut(&mut Session, Generation, &str, &JsV) -> Option, G: FnMut(&mut Session, Generation) -> Option, + F: FnMut(&mut Session, Generation, &str, &JsV) -> Option, E: FnMut(&mut Session, Generation, &JsV) -> Result, AE> > (&mut self, mut g: G, mut f: F, mut ef: Option) -> R { -- 2.30.2