Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
::{{closure}}
in more cases from function names (#230)
### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of my changes and why I'd like them included in the section below ### Description of Changes This removes all `::{{closure}}` from the suffix of a function name when cleaning the name. Previously this was limited to 2. This is noticeable with the changes made in #225 where the `main function` being labeled as `main::{{closure}}` ### Before ![image](https://github.com/user-attachments/assets/a484973e-088e-48cc-bef8-589db8b9bfd4) ### After ![Screenshot 2024-08-05 131903](https://github.com/user-attachments/assets/84830f94-9d2b-4249-9295-e7d4896ad958)
- Loading branch information