-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove a few unused objects #69059
Remove a few unused objects #69059
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Sooo I guess I'll remove that bit again shortly ^^. |
Impl DefaultCallbacks on our side cc rust-lang/rust#69059 (comment) changelog: none
|
Impl DefaultCallbacks on our side cc rust-lang/rust#69059 (comment) changelog: none
I do have a PR open which make use of |
Thanks for the feedback, I'll update the PR shortly. |
Done. |
@bors r+ rollup |
📌 Commit d8544ce has been approved by |
Remove a few unused objects As far as I can tell, these won't be missed: - `infer::region_constraints::ConstraintInfo` - `driver::DefaultCallbacks` - ~~`hir::intravisit::ParDeepVisitor`~~
Rollup of 8 pull requests Successful merges: - #67585 (Improve `char::is_ascii_*` codegen) - #68914 (Speed up `SipHasher128`.) - #68994 (rustbuild: include channel in sanitizers installed name) - #69032 (ICE in nightly-2020-02-08: handle TerminatorKind::Yield in librustc_mir::transform::promote_consts::Validator method) - #69034 (parser: Remove `Parser::prev_token_kind`) - #69042 (Remove backtrace header text) - #69059 (Remove a few unused objects) - #69089 (Properly use the darwin archive format on Apple targets) Failed merges: r? @ghost
As far as I can tell, these won't be missed:
infer::region_constraints::ConstraintInfo
driver::DefaultCallbacks
hir::intravisit::ParDeepVisitor