Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(scm-bisect): add doc-comments to
scm_bisect::testing
`cargo clippy` was failing in this CI run: https://github.com/arxanas/git-branchless/actions/runs/12127041277?pr=1460 Actually, I have no idea how it even resulted in this. If I understand correctly, `cfg(test)` shouldn't even be enabled here, so the `testing` module shouldn't even be checked. I was unable to reproduce the issue locally on `1.74.1` and `nightly`. Possibly it's something non-deterministic that depends on the order that crates were compiled, or some other caching issue. Regardless, it seems fine to add the doc-comments, so I've added them and now hope that CI will pass.
- Loading branch information