Skip to content

Conversation

@taiki-e
Copy link
Collaborator

@taiki-e taiki-e commented Sep 12, 2025

```
warning: unnecessary parentheses around type
  --> examples/with-metadata.rs:77:11
   |
77 | ) -> impl (FnOnce(&'a DurationMetadata) -> MeasureRuntime<'a, F>) {
   |           ^                                                     ^
   |
   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
   |
77 - ) -> impl (FnOnce(&'a DurationMetadata) -> MeasureRuntime<'a, F>) {
77 + ) -> impl FnOnce(&'a DurationMetadata) -> MeasureRuntime<'a, F> {
   |
```
@taiki-e taiki-e marked this pull request as ready for review September 12, 2025 15:49
@taiki-e taiki-e requested a review from james7132 September 12, 2025 15:49
@taiki-e taiki-e merged commit 214bc16 into master Sep 12, 2025
8 checks passed
@taiki-e taiki-e deleted the taiki-e/valgrind branch September 12, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants