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

uv: fix doc test #5011

Merged
merged 1 commit into from
Jul 12, 2024
Merged

uv: fix doc test #5011

merged 1 commit into from
Jul 12, 2024

Conversation

BurntSushi
Copy link
Member

Doc tests can't use crate internal APIs unfortunately.
I really want them to be able to, but for now, mark such tests as
ignore.

I was motivated to do this because it otherwise breaks cargo t --all
for me.

[Doc tests can't use crate internal APIs unfortunately.][internal-doc]
I really want them to be able to, but for now, mark such tests as
`ignore`.

I was motivated to do this because it otherwise breaks `cargo t --all`
for me.

[internal-doc]: rust-lang/rust#50784
@zanieb zanieb added the internal A refactor or improvement that is not user-facing label Jul 12, 2024
@BurntSushi BurntSushi merged commit abdb58d into main Jul 12, 2024
49 checks passed
@BurntSushi BurntSushi deleted the ag/fix-doc-test branch July 12, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants