roll: pigweed pw_kernel: Disable a lint warning in pw_gdb_protocol With a pending Rust toolchain roll, a lint error was being raised in pw_gdb_protocol that the code in packet.rs should switch to obtaining `std::io::ErrorKind::InvalidInput` from `core`. Instead as the lint warning comes from a nightly feature Pigweed isn't using, we disable the lint warning by adding a `#[allow(clippy::std_instead_of_core)]` to the function. Original-Bug: 509645441 Test: ./pw build k_host_lint Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/407034 Original-Revision: de872e3f95247cee33a7cd643c7a29bd5bcaa875 Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: d43acc26e2509f..de872e3f95247c Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8682506698063605889 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ie0aa229e56501d815ac412b78874b23cf74c0b7e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/407612
diff --git a/MODULE.bazel b/MODULE.bazel index ab512de..956184e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -42,7 +42,7 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated by # ROLL: https://cr-buildbucket.appspot.com/builder/pigweed/quickstart.roll/pigweed-quickstart-bazel-roller - commit = "d43acc26e2509f1812aed68fa7b89b5f74b85487", + commit = "de872e3f95247cee33a7cd643c7a29bd5bcaa875", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )