aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/style/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/style/errors.rs')
-rw-r--r--src/components/style/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style/errors.rs b/src/components/style/errors.rs
index d07b7e84e5f..db3372bb9e4 100644
--- a/src/components/style/errors.rs
+++ b/src/components/style/errors.rs
@@ -6,7 +6,7 @@ use std::local_data;
use cssparser::ast::{SyntaxError, SourceLocation};
-pub struct ErrorLoggerIterator<I>(I);
+pub struct ErrorLoggerIterator<I>(pub I);
impl<T, I: Iterator<Result<T, SyntaxError>>> Iterator<T> for ErrorLoggerIterator<I> {
fn next(&mut self) -> Option<T> {