diff options
| author | Alix ANNERAUD <[email protected]> | 2025-02-28 23:32:58 +0100 |
|---|---|---|
| committer | Alix ANNERAUD <[email protected]> | 2025-02-28 23:32:58 +0100 |
| commit | 82c0ab01f19bebc82f2edbf60b8edac7b17050d6 (patch) | |
| tree | 063bc1ac6b376e7485539cd7b227bd273d8aa3b7 /embassy-sync/src | |
| parent | 10fd6d13213b88c50cab77cbbbb1d81bdaa5b391 (diff) | |
Remove unnecessary comment in CriticalSectionRawRwLock implementation
Diffstat (limited to 'embassy-sync/src')
| -rw-r--r-- | embassy-sync/src/blocking_rwlock/raw.rs | 2 |
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 | ||
| 110 | const WRITER: isize = -1; | 110 | const 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. |
