-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
…#[inline]` (#4435) ### What The Rust compiler is not able to inline across traits unless things are marked inline or link time optimization is enabled. This new lint makes sure we don't forget it on builder pattern functions an deref implementations which are usually very small methods that warrant `#[inline]`. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Full build: [app.rerun.io](https://app.rerun.io/pr/4435/index.html) * Partial build: [app.rerun.io](https://app.rerun.io/pr/4435/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) - Useful for quick testing when changes do not affect examples in any way * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4435) - [Docs preview](https://rerun.io/preview/0f56b84930f1c7da0aaa66036e7d8c7a54963108/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/0f56b84930f1c7da0aaa66036e7d8c7a54963108/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.