]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/any.rs
Auto merge of #94702 - b-naber:static-refs-mir, r=lcnr
[rust.git] / library / core / src / any.rs
index bc66fdbd0d882651012c7b95ed2e89e7c9792790..72528185707a67fec8cca43880bde8311444285e 100644 (file)
@@ -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")]