diff options
Diffstat (limited to 'tests/rustdoc-js/reexport.rs')
| -rw-r--r-- | tests/rustdoc-js/reexport.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-js/reexport.rs b/tests/rustdoc-js/reexport.rs index d51b7fb369c..0b3718cd9a3 100644 --- a/tests/rustdoc-js/reexport.rs +++ b/tests/rustdoc-js/reexport.rs @@ -9,5 +9,5 @@ mod foo { pub struct AnotherOne; } -pub use foo::AnotherOne; pub use fmt::Subscriber as FmtSubscriber; +pub use foo::AnotherOne; |
