Skip to content

Commit

Permalink
Merge pull request betrusted-io#569 from betrusted-io/more-warnings
Browse files Browse the repository at this point in the history
fix a doc warning that slipped through the cracks
  • Loading branch information
bunnie authored Aug 18, 2024
2 parents 8eb479f + 61e77ac commit 5b0e7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/com/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct Com {
ec_lock_id: Option<[u32; 4]>,
ec_acquired: bool,
/// this is a hack to make loopbacks work on smoltcp. Work-around taken from Redox, but tracking this
/// 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>
loopback_buf: RefCell<VecDeque<Vec<u8>>>,
}
impl Com {
Expand Down

0 comments on commit 5b0e7fa

Please sign in to comment.