-
Couldn't load subscription status.
- Fork 13.9k
Use termize instead of term_size #68626
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
Conversation
|
cc @JohnTitor |
|
📌 Commit b0b11d3 has been approved by |
|
This also happens to improve the compile time for @retep998 Have you noticed excessive linking times with winapi 0.2? |
|
|
Use termize instead of term_size `termize` is a fork of `term_size` which uses `winapi` 0.3 instead of 0.2. This is a step towards removing the `winapi` 0.2 dependency. r? @Mark-Simulacrum
Rollup of 6 pull requests Successful merges: - #66648 (Implement clone_from for BTreeMap and BTreeSet) - #68468 (BTreeMap: tag and explain unsafe internal functions or assert preconditions) - #68626 (Use termize instead of term_size) - #68640 (Document remaining undocumented `From` implementations for IPs) - #68651 (Document `From` implementation for NonZero nums) - #68655 (Fix revision annotations in borrowck-feature-nll-overrides-migrate) Failed merges: r? @ghost
termizeis a fork ofterm_sizewhich useswinapi0.3 instead of 0.2. This is a step towards removing thewinapi0.2 dependency.r? @Mark-Simulacrum