Skip to content

Commit

Permalink
rm repeated traits
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Oct 18, 2024
1 parent f682b0b commit 228bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate/generic_atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mod atomic {

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

0 comments on commit 228bfc4

Please sign in to comment.