Skip to content

Commit

Permalink
adapt to coq/coq#19147
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jun 21, 2024
1 parent eb845aa commit e196b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sertop/sertop_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module F = Feedback
let feedback_content_pos_filter txt (fbc : F.feedback_content) : F.feedback_content =
let adjust _txt loc = loc in
match (fbc : F.feedback_content) with
| F.Message (lvl,loc,msg) -> F.Message (lvl, adjust txt loc, msg)
| F.Message (lvl,loc,qf,msg) -> F.Message (lvl, adjust txt loc, qf, msg)
| _ -> fbc

let feedback_pos_filter text (fb : F.feedback) : F.feedback =
Expand Down

0 comments on commit e196b6d

Please sign in to comment.