Skip to content

Commit

Permalink
Remove all feature gates: compile on stable.
Browse files Browse the repository at this point in the history
Also adds a 'nightly' feature to recover lost functionality.
  • Loading branch information
SergioBenitez committed Jul 14, 2020
1 parent 2b6532e commit 333c9bf
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 384 deletions.
4 changes: 1 addition & 3 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ proc-macro = true
quote = "1.0"
proc-macro2 = { version = "1.0" }
syn = { version = "1.0", features = ["full", "extra-traits", "visit-mut"] }

[build-dependencies]
version_check = "0.9.1"
proc-macro2-diagnostics = { git = "https://github.com/SergioBenitez/proc-macro2-diagnostics.git", rev = "ef95d94" }
9 changes: 0 additions & 9 deletions codegen/build.rs

This file was deleted.

327 changes: 0 additions & 327 deletions codegen/src/diagnostics.rs

This file was deleted.

Loading

0 comments on commit 333c9bf

Please sign in to comment.