Skip to content

Commit 4f22ee1

Browse files
author
Dániel Buga
committed
Add #[allow(clippy::missing_inline_in_public_items)] for consistency
1 parent 7c9afcc commit 4f22ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/register/fpscr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ impl Fpscr {
253253
}
254254

255255
/// Rounding mode
256+
#[allow(clippy::missing_inline_in_public_items)]
256257
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
257258
pub enum RMode {
258259
/// Round to Nearest (RN) mode. This is the reset value.

0 commit comments

Comments
 (0)