Skip to content

Commit

Permalink
make this comment correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ardi committed Jun 18, 2024
1 parent d51b446 commit 9f63712
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compiler/rustc_parse/src/parser/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2958,9 +2958,10 @@ impl<'a> Parser<'a> {

/// This checks if this is a conflict marker, depending of the parameter passed.
///
/// * `>>>>>`
/// * `=====`
/// * `<<<<<`
/// * `<<<<<<<`
/// * `|||||||`
/// * `=======`
/// * `>>>>>>>`
///
pub(super) fn is_vcs_conflict_marker(
&mut self,
Expand Down

0 comments on commit 9f63712

Please sign in to comment.