We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
From
#[inline(always)]
1 parent 344889e commit 2e51122Copy full SHA for 2e51122
library/core/src/convert/num.rs
@@ -49,7 +49,7 @@ macro_rules! impl_from {
49
// Rustdocs on the impl block show a "[+] show undocumented items" toggle.
50
// Rustdocs on functions do not.
51
#[doc = $doc]
52
- #[inline]
+ #[inline(always)]
53
fn from(small: $Small) -> Self {
54
small as Self
55
}
0 commit comments