Skip to content

Commit 73d6b60

Browse files
Rollup merge of #82160 - pierwill:patch-2, r=lcnr
Fix typo in rustc_infer::infer::UndoLog Also use double quotes.
2 parents 4df0401 + f2f7ffe commit 73d6b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/undo_log.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct Snapshot<'tcx> {
1515
_marker: PhantomData<&'tcx ()>,
1616
}
1717

18-
/// Records the 'undo' data fora single operation that affects some form of inference variable.
18+
/// Records the "undo" data for a single operation that affects some form of inference variable.
1919
pub(crate) enum UndoLog<'tcx> {
2020
TypeVariables(type_variable::UndoLog<'tcx>),
2121
ConstUnificationTable(sv::UndoLog<ut::Delegate<ty::ConstVid<'tcx>>>),

0 commit comments

Comments
 (0)