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(build.rs): unused_mut #16

Merged
merged 1 commit into from
Mar 25, 2024
Merged

fix(build.rs): unused_mut #16

merged 1 commit into from
Mar 25, 2024

Conversation

mkroening
Copy link
Member

warning: variable does not need to be mutable
  --> rftrace/build.rs:69:9
   |
69 |     let mut features = "staticlib".to_owned();
   |         ----^^^^^^^^
   |         |
   |         help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

```
warning: variable does not need to be mutable
  --> rftrace/build.rs:69:9
   |
69 |     let mut features = "staticlib".to_owned();
   |         ----^^^^^^^^
   |         |
   |         help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default
```

Signed-off-by: Martin Kröning <[email protected]>
@mkroening mkroening merged commit 47b63d2 into hermit-os:master Mar 25, 2024
2 checks passed
@mkroening mkroening deleted the unused_mut branch March 25, 2024 10:58
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