Skip to content

Commit 9bcdb53

Browse files
committed
Rustfmt
1 parent 7c62357 commit 9bcdb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pub(crate) struct FunctionCx<'m, 'clif, 'tcx: 'm> {
237237
pub(crate) module: &'m mut dyn Module,
238238
pub(crate) tcx: TyCtxt<'tcx>,
239239
pub(crate) target_config: TargetFrontendConfig, // Cached from module
240-
pub(crate) pointer_type: Type, // Cached from module
240+
pub(crate) pointer_type: Type, // Cached from module
241241
pub(crate) constants_cx: ConstantCx,
242242

243243
pub(crate) instance: Instance<'tcx>,

0 commit comments

Comments
 (0)