aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/src/blocking_rwlock/raw.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-sync/src/blocking_rwlock/raw.rs b/embassy-sync/src/blocking_rwlock/raw.rs
index 91fa773c4..2fb9ce9d1 100644
--- a/embassy-sync/src/blocking_rwlock/raw.rs
+++ b/embassy-sync/src/blocking_rwlock/raw.rs
@@ -109,8 +109,6 @@ unsafe impl RawRwLock for CriticalSectionRawRwLock {
109 109
110const WRITER: isize = -1; 110const WRITER: isize = -1;
111 111
112// The rest of the file remains unchanged
113
114// ================ 112// ================
115 113
116/// A read-write lock that allows borrowing data in the context of a single executor. 114/// A read-write lock that allows borrowing data in the context of a single executor.