Skip to content

Commit 65eb252

Browse files
committed
chore: lintfix
1 parent 4f4ff40 commit 65eb252

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/catalyst-types/src/problem_report.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ impl ProblemReport {
160160
}
161161

162162
/// Gets entries from the report.
163-
#[must_use]
164163
pub fn entries(&self) -> impl Iterator<Item = &ConcurrentElement<Entry>> {
165164
self.0.report.0.iter()
166165
}

0 commit comments

Comments
 (0)