File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ impl SilentOnIgnoredFilesEmitter {
4646}
4747
4848impl Translate for SilentOnIgnoredFilesEmitter {
49- fn fluent_bundle ( & self ) -> Option < & Lrc < rustc_errors:: FluentBundle > > {
49+ fn fluent_bundle ( & self ) -> Option < & rustc_errors:: FluentBundle > {
5050 self . emitter . fluent_bundle ( )
5151 }
5252
@@ -56,7 +56,7 @@ impl Translate for SilentOnIgnoredFilesEmitter {
5656}
5757
5858impl Emitter for SilentOnIgnoredFilesEmitter {
59- fn source_map ( & self ) -> Option < & Lrc < SourceMap > > {
59+ fn source_map ( & self ) -> Option < & SourceMap > {
6060 None
6161 }
6262
@@ -344,7 +344,7 @@ mod tests {
344344 }
345345
346346 impl Translate for TestEmitter {
347- fn fluent_bundle ( & self ) -> Option < & Lrc < rustc_errors:: FluentBundle > > {
347+ fn fluent_bundle ( & self ) -> Option < & rustc_errors:: FluentBundle > {
348348 None
349349 }
350350
@@ -354,7 +354,7 @@ mod tests {
354354 }
355355
356356 impl Emitter for TestEmitter {
357- fn source_map ( & self ) -> Option < & Lrc < SourceMap > > {
357+ fn source_map ( & self ) -> Option < & SourceMap > {
358358 None
359359 }
360360
You can’t perform that action at this time.
0 commit comments