Skip to content

Commit

Permalink
Reverts #92135 because perf regression
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelicosPhosphoros committed Dec 26, 2021
1 parent f8abed9 commit 72b0c8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/any.rs
Expand Up @@ -616,7 +616,6 @@ impl TypeId {
/// assert_eq!(is_string(&0), false);
/// assert_eq!(is_string(&"cookie monster".to_string()), true);
/// ```
#[inline]
#[must_use]
#[stable(feature = "rust1", since = "1.0.0")]
#[rustc_const_unstable(feature = "const_type_id", issue = "77125")]
Expand Down

0 comments on commit 72b0c8f

Please sign in to comment.