We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bb481 commit 021420bCopy full SHA for 021420b
src/peripheral/dwt.rs
@@ -360,8 +360,8 @@ pub enum DWTError {
360
361
impl Comparator {
362
/// Configure the function of the comparator
363
- #[inline]
364
- pub fn configure(&self, settings: ComparatorFunction) -> Result<(), DWTError> {
+ #[allow(clippy::missing_inline_in_public_items)]
+ pub fn configure(&self, settings: ComparatorFunction) -> Result<(), DwtError> {
365
match settings {
366
ComparatorFunction::Address(settings) => unsafe {
367
if settings.emit == EmitOption::PC && settings.access_type != AccessType::ReadWrite
0 commit comments