-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix tidy unittest. #106334
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
Fix tidy unittest. #106334
Conversation
r? @jyn514 (rustbot has picked a reviewer for you, use r? to override) |
I was thinking of adding tidy's unittests to |
Yes, we definitely shouldn't run them as part of tidy -- I think we have a similar-ish split for Cargo (with cargotest vs. cargo itself). I think we should run them in CI though. |
r=me unless you wanted to add the unittests to CI as part of this PR |
d100e5b
to
59b80f5
Compare
Ok, I added it so that it gets checked in CI. @rustbot ready |
Looks great, thanks! @bors r+ rollup |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#106280 (docs: add link to `Path::join` in `PathBuf::push`) - rust-lang#106297 (rustdoc: merge scrape-help CSS) - rust-lang#106328 (Add comment explaining what the GUI scrape-examples-fonts test is about) - rust-lang#106334 (Fix tidy unittest.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The tidy unittests weren't compiling due to a change made a long while ago to the
Version
type.