Skip to content

Commit

Permalink
Remove no-longer-relevant allow
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jul 10, 2024
1 parent b1da449 commit 436f6bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/states/measure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ use signal_processing::filter::downsample::DownSampler;

type MessageQueue = Channel<CriticalSectionRawMutex, Sample, 32>;

// FIXME: avoid this allow
#[allow(suspicious_auto_trait_impls)] // SAFETY: yolo
unsafe impl Send for PoweredEcgFrontend {}

struct EcgTaskParams {
Expand Down

0 comments on commit 436f6bd

Please sign in to comment.