Skip to content

Commit 9a83313

Browse files
Reverts #92135 because perf regression
1 parent 56bdac6 commit 9a83313

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/any.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ impl TypeId {
616616
/// assert_eq!(is_string(&0), false);
617617
/// assert_eq!(is_string(&"cookie monster".to_string()), true);
618618
/// ```
619-
#[inline]
620619
#[must_use]
621620
#[stable(feature = "rust1", since = "1.0.0")]
622621
#[rustc_const_unstable(feature = "const_type_id", issue = "77125")]

0 commit comments

Comments
 (0)