File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pub fn has_debug_client_env() -> bool {
1515
1616/// Print the dispatched message to stderr in a following format:
1717///
18- /// [timestamp] <- interface@id.msg_name(args)
18+ /// ` [timestamp] <- interface@id.msg_name(args)`
1919#[ cfg_attr( coverage, coverage( off) ) ]
2020pub fn print_dispatched_message < Id : Display , Fd : AsRawFd > (
2121 interface : & str ,
@@ -34,7 +34,7 @@ pub fn print_dispatched_message<Id: Display, Fd: AsRawFd>(
3434
3535/// Print the send message to stderr in a following format:
3636///
37- /// [timestamp] -> interface@id.msg_name(args)
37+ /// ` [timestamp] -> interface@id.msg_name(args)`
3838#[ cfg_attr( coverage, coverage( off) ) ]
3939pub fn print_send_message < Id : Display , Fd : AsRawFd > (
4040 interface : & str ,
You can’t perform that action at this time.
0 commit comments