Skip to content

Commit f2f7ffe

Browse files
authored
Fix typo in rustc_infer::infer::UndoLog
Also use double quotes.
1 parent d1206f9 commit f2f7ffe

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)