Skip to content

Commit 72b0c8f

Browse files
Reverts #92135 because perf regression
1 parent f8abed9 commit 72b0c8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: library/core/src/any.rs

-1
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)