We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b28d30e + 2e51122 commit 023b513Copy full SHA for 023b513
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