Skip to content

Commit 3a2ab93

Browse files
committed
Add another #[inline]
1 parent 64b6aa7 commit 3a2ab93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_data_structures/src/stable_hasher.rs

+1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ macro_rules! impl_stable_hash_via_hash {
236236
macro_rules! impl_hash_stable_eq_via_eq {
237237
($t:ty) => {
238238
impl ::rustc_data_structures::stable_hasher::HashStableEq for $t {
239+
#[inline]
239240
fn hash_stable_eq(&self, other: &Self) -> bool {
240241
self == other
241242
}

0 commit comments

Comments
 (0)