Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c042073

Browse files
committed
Fix
1 parent 5254f98 commit c042073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/rmeta/decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ impl<'a, 'tcx> CrateMetadataRef<'a> {
13241324
self.root.tables.cross_crate_inlinable.get(self, id).unwrap_or_else(|| {
13251325
debug!("cross_crate_inlinable missing for {id:?}");
13261326
false
1327-
});
1327+
})
13281328
}
13291329

13301330
fn get_fn_has_self_parameter(self, id: DefIndex, sess: &'a Session) -> bool {

0 commit comments

Comments
 (0)