Skip to content

Commit

Permalink
Remove useless alias from rustc_span to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Jul 14, 2021
1 parent 78eae0f commit 1006175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/lib.rs
Expand Up @@ -53,7 +53,7 @@ extern crate rustc_parse;
extern crate rustc_passes;
extern crate rustc_resolve;
extern crate rustc_session;
extern crate rustc_span as rustc_span;
extern crate rustc_span;
extern crate rustc_target;
extern crate rustc_trait_selection;
extern crate rustc_typeck;
Expand Down

0 comments on commit 1006175

Please sign in to comment.