Skip to content

Conversation

workingjubilee
Copy link
Member

@workingjubilee workingjubilee commented Sep 26, 2025

Preview of all the different let-chain locations I identified.

@workingjubilee workingjubilee marked this pull request as draft September 26, 2025 18:37
Comment on lines +105 to +108
if let Some((path_sup, build_id_sup)) = object.gnu_debugaltlink_path(&path)
&& let Some(map_sup) = super::mmap(&path_sup)
{
let map_sup = stash.cache_mmap(map_sup);
Copy link
Member Author

Choose a reason for hiding this comment

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

I think I want a better code pattern for this particular motion, since we do it in many places.

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