Skip to content

Fix various accumulated clippy lints #425

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

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

jeckersb
Copy link
Collaborator

Signed-off-by: John Eckersberg [email protected]

@github-actions github-actions bot added the area/install Issues related to `bootc install` label Mar 25, 2024
guard.consume()?;
}
_ => {}
if let SELinuxFinalState::Enabled(Some(guard)) = state.selinux_state {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're here...I think a further improvement is to make this a method on State, i.e. impl State { fn consume(self) -> Result<()> } which just calls this code (to better encapsulate things).

@cgwalters
Copy link
Collaborator

Looks like random infra failures, no need to block on that.

@cgwalters cgwalters merged commit e70142d into bootc-dev:main Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Issues related to `bootc install`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants