From 61e77ac6e4b62ecf7adf0317900b0ae500e8ec07 Mon Sep 17 00:00:00 2001 From: bunnie Date: Mon, 19 Aug 2024 03:07:09 +0800 Subject: [PATCH] fix a doc warning that slipped through the cracks --- services/com/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/com/src/lib.rs b/services/com/src/lib.rs index 04178b0f7..06cbcc32a 100644 --- a/services/com/src/lib.rs +++ b/services/com/src/lib.rs @@ -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: and loopback_buf: RefCell>>, } impl Com {