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

Add CI step to test with "std" disabled #410

Merged
merged 3 commits into from
Jan 10, 2025
Merged

Add CI step to test with "std" disabled #410

merged 3 commits into from
Jan 10, 2025

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jan 10, 2025

Followup to #409.

    warning: unused import: `std::path::PathBuf`
     --> tests/test_expr.rs:4:5
      |
    4 | use std::path::PathBuf;
      |     ^^^^^^^^^^^^^^^^^^
      |
      = note: `#[warn(unused_imports)]` on by default
@dtolnay dtolnay merged commit 3d15543 into master Jan 10, 2025
20 checks passed
@dtolnay dtolnay deleted the testnostd branch January 10, 2025 18:03
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

Successfully merging this pull request may close these issues.

1 participant