Skip to content

Commit 5b0e7fa

Browse files
authored
Merge pull request betrusted-io#569 from betrusted-io/more-warnings
fix a doc warning that slipped through the cracks
2 parents 8eb479f + 61e77ac commit 5b0e7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/com/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub struct Com {
4949
ec_lock_id: Option<[u32; 4]>,
5050
ec_acquired: bool,
5151
/// 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
52+
/// issue as well: <https://github.com/smoltcp-rs/smoltcp/issues/50> and <https://github.com/smoltcp-rs/smoltcp/issues/55>
5353
loopback_buf: RefCell<VecDeque<Vec<u8>>>,
5454
}
5555
impl Com {

0 commit comments

Comments
 (0)