Skip to content

Commit

Permalink
1. Fixed "use of deprecated item 'rustc_plugin': import this through …
Browse files Browse the repository at this point in the history
…`rustc_driver::plugin` instead to make TLS work correctly. See rust-lang/rust#62717"

2. Updated to `rust nightly e44fdf979 2019-08-21`
  • Loading branch information
denisandroid committed Aug 22, 2019
1 parent de57cb8 commit eede858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ Licensed under the Apache License, Version 2.0
extern crate syntax;
extern crate rustc_driver;


mod nightly;
pub use self::nightly::*;

Expand Down

0 comments on commit eede858

Please sign in to comment.