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.
2 parents 43ed205 + bc38f6f commit a3252cdCopy full SHA for a3252cd
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