Re: [PATCH v6 3/9] rust: sync: atomic: Add ordering annotation types
Miguel Ojeda <[email protected]> Thu, 10 Jul 2025 21:06:35 +0200
| Newsgroups | dev.linux.lists.lkmm,org.kernel.vger.linux-arch,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72=K8+Rx_3yDXPxsTMftg6Kabg=_O3voMKNoQ647wznGpw@mail.gmail.com> |
On Thu, Jul 10, 2025 at 8:32 PM Miguel Ojeda <[email protected]> wrote: > > I guess there could be a lint that detects a given item being `use`d > which we could use in some cases like this. Filled: https://github.com/rust-lang/rust-clippy/issues/15244. Cheers, Miguel