Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-commit is failing on spelling in one of toml-test's test fixtures #638

Closed
dtolnay opened this issue Oct 26, 2023 · 1 comment
Closed

Comments

@dtolnay
Copy link
Contributor

dtolnay commented Oct 26, 2023

I noticed this failure unrelated to my PR.

 error: `Ue` should be `Use`, `Due`
  --> crates/toml_edit/tests/fixtures/invalid/bool/mixed-case-true.stderr:3:33
  |
3 | 1 | mixed-case-true         = trUe
  |                                 ^^
  |

I think this has been happening since #630.

https://github.com/toml-rs/toml/actions/runs/6615797811/job/17968729592

@epage
Copy link
Member

epage commented Oct 26, 2023

This was a bug in the pre-commit hook that was fixed in ed1fcb8

@epage epage closed this as completed Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants