Skip to content

Commit f9c4704

Browse files
authored
chore: improve the order of generic params for MessageChannel (Restioson#223)
1 parent ce922b5 commit f9c4704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtra/src/message_channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub struct MessageChannel<M, R, Rc = Strong> {
6969
inner: Box<dyn MessageChannelTrait<M, Rc, Return = R> + Send + Sync + 'static>,
7070
}
7171

72-
impl<M, Rc, R> MessageChannel<M, R, Rc>
72+
impl<M, R, Rc> MessageChannel<M, R, Rc>
7373
where
7474
M: Send + 'static,
7575
R: Send + 'static,

0 commit comments

Comments
 (0)