Skip to content

Commit 228bfc4

Browse files
committed
rm repeated traits
1 parent f682b0b commit 228bfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/generic_atomic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mod atomic {
3939

4040
impl<REG: Readable + Writable> Reg<REG>
4141
where
42-
REG::Ux: AtomicOperations + Default + core::ops::Not<Output = REG::Ux>,
42+
REG::Ux: AtomicOperations
4343
{
4444
/// Set high every bit in the register that was set in the write proxy. Leave other bits
4545
/// untouched. The write is done in a single atomic instruction.

0 commit comments

Comments
 (0)