mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Remove unnecessary comment in CriticalSectionRawRwLock implementation
This commit is contained in:
parent
10fd6d1321
commit
82c0ab01f1
@ -109,8 +109,6 @@ unsafe impl RawRwLock for CriticalSectionRawRwLock {
|
||||
|
||||
const WRITER: isize = -1;
|
||||
|
||||
// The rest of the file remains unchanged
|
||||
|
||||
// ================
|
||||
|
||||
/// A read-write lock that allows borrowing data in the context of a single executor.
|
||||
|
Loading…
x
Reference in New Issue
Block a user