We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eb479f + 61e77ac commit 5b0e7faCopy full SHA for 5b0e7fa
services/com/src/lib.rs
@@ -49,7 +49,7 @@ pub struct Com {
49
ec_lock_id: Option<[u32; 4]>,
50
ec_acquired: bool,
51
/// this is a hack to make loopbacks work on smoltcp. Work-around taken from Redox, but tracking this
52
- /// issue as well: https://github.com/smoltcp-rs/smoltcp/issues/50 and https://github.com/smoltcp-rs/smoltcp/issues/55
+ /// issue as well: <https://github.com/smoltcp-rs/smoltcp/issues/50> and <https://github.com/smoltcp-rs/smoltcp/issues/55>
53
loopback_buf: RefCell<VecDeque<Vec<u8>>>,
54
}
55
impl Com {
0 commit comments