We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56b068 commit 6c9adc4Copy full SHA for 6c9adc4
crates/apollo-compiler/src/validation/mod.rs
@@ -433,8 +433,7 @@ impl DiagnosticList {
433
434
pub fn iter(
435
&self,
436
- ) -> impl Iterator<Item = Diagnostic<'_, DiagnosticData>> + DoubleEndedIterator + ExactSizeIterator
437
- {
+ ) -> impl DoubleEndedIterator<Item = Diagnostic<'_, DiagnosticData>> + ExactSizeIterator {
438
self.diagnostics_data
439
.iter()
440
.map(|data| data.to_diagnostic(&self.sources))
0 commit comments