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 {
46
46
}
47
47
48
48
impl Translate for SilentOnIgnoredFilesEmitter {
49
- fn fluent_bundle ( & self ) -> Option < & Lrc < rustc_errors:: FluentBundle > > {
49
+ fn fluent_bundle ( & self ) -> Option < & rustc_errors:: FluentBundle > {
50
50
self . emitter . fluent_bundle ( )
51
51
}
52
52
@@ -56,7 +56,7 @@ impl Translate for SilentOnIgnoredFilesEmitter {
56
56
}
57
57
58
58
impl Emitter for SilentOnIgnoredFilesEmitter {
59
- fn source_map ( & self ) -> Option < & Lrc < SourceMap > > {
59
+ fn source_map ( & self ) -> Option < & SourceMap > {
60
60
None
61
61
}
62
62
@@ -344,7 +344,7 @@ mod tests {
344
344
}
345
345
346
346
impl Translate for TestEmitter {
347
- fn fluent_bundle ( & self ) -> Option < & Lrc < rustc_errors:: FluentBundle > > {
347
+ fn fluent_bundle ( & self ) -> Option < & rustc_errors:: FluentBundle > {
348
348
None
349
349
}
350
350
@@ -354,7 +354,7 @@ mod tests {
354
354
}
355
355
356
356
impl Emitter for TestEmitter {
357
- fn source_map ( & self ) -> Option < & Lrc < SourceMap > > {
357
+ fn source_map ( & self ) -> Option < & SourceMap > {
358
358
None
359
359
}
360
360
You can’t perform that action at this time.
0 commit comments