You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Fix code fences in gix-merge ConflictStyle and Driver
They are not Rust code (they are text with conflict markers and a
shell command, respectively) and they are not intended as doctests,
but the absence of anything on the opening line caused them to be
taken as doctests, so `cargo test --workspace --doc` would fail
with parsing errors.
(Doctests for all crates have not always been run automatically on
CI, so this was not caught when these documentation comments were
introduced in GitoxideLabs#1585.)
0 commit comments