Merged
Conversation
Add an exception for advisory RUSTSEC-2025-0141 with a reason explaining that no safe upgrade is available and version 1.3.3 of bincode is considered complete and does not require updates. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
Replace unwrap call with as_ref to avoid unnecessary panic risk when logging the lookup result. This improves stability by preventing potential runtime errors during debug tracing. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
Replace nested if-else with match expression for improved readability when handling file stat operations based on no_open flag and handle availability. The change simplifies the control flow by using pattern matching to handle the four possible combinations of no_open state and handle presence in a single expression. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci: refactor conditional logic in sync_io.rs
overlayfs: fix unwrap usage in lookup debug trace
ci: ignore advisory RUSTSEC-2025-0141 in deny.toml