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

fix(clippy): suppress unused lint on windows #12107

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

RoloEdits
Copy link
Contributor

@RoloEdits RoloEdits commented Nov 22, 2024

warning: unused variable: `md`
   --> helix-term\src\handlers\completion\path.rs:152:23
    |
152 | fn path_documentation(md: &fs::Metadata, full_path: &Path, kind: &str) -> String {
    |                       ^^ help: if this is intentional, prefix it with an underscore: `_md`
    |
    = note: `#[warn(unused_variables)]` on by default

@RoloEdits
Copy link
Contributor Author

Not sure why this isn't passing. The variable was unused and all I did was suppress it. Also not able to replicate this test failure locally.

@the-mikedavis
Copy link
Member

I'm pretty sure it's a flake. I restarted the workflow

@the-mikedavis the-mikedavis merged commit cbbeca6 into helix-editor:master Nov 22, 2024
6 checks passed
@RoloEdits RoloEdits deleted the unused-lint branch November 22, 2024 22:10
GladkihEgor pushed a commit to GladkihEgor/helix that referenced this pull request Jan 4, 2025
diucicd pushed a commit to diucicd/helix that referenced this pull request Jan 8, 2025
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.

2 participants