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

Enable rust Code Scanning using rust clippy #8

Merged
merged 1 commit into from
May 5, 2023

Conversation

jamacku
Copy link
Member

@jamacku jamacku commented May 5, 2023

No description provided.

src/main.rs Outdated
@@ -1,3 +1,5 @@
fn main() {
let x = 5;

Check warning

Code scanning / clippy

unused variable: `x`

unused variable: `x`
@jamacku jamacku self-assigned this May 5, 2023
@jamacku jamacku merged commit 13fe630 into redhat-plumbers:main May 5, 2023
@jamacku jamacku deleted the clippy branch May 5, 2023 14:51
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