commit | 24fdb7afd1f42431ec579d8fb4912bcf789ebabf | [log] [tgz] |
---|---|---|
author | Adrian Taylor <adetaylor@chromium.org> | Tue Nov 30 16:51:44 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 30 16:51:44 2021 |
tree | 92b023895d9cbc09b5ea674c4caf9e66e1dac3a9 | |
parent | ccae0f05875c07d4556389676725b632135c2641 [diff] |
[rust] Rename non_fmt_panic. We previously suppressed the warning non_fmt_panic for third-party code. That has since been renamed to non_fmt_panics in the Rust toolchain which we now use. Bug: 1069271 Change-Id: I3bd71961de5bf78f5a99a46be735b655e820d724 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3308286 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#946491}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.