Skip to content
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

Fix CI failure #2839

Merged
merged 4 commits into from
Mar 8, 2024
Merged

Fix CI failure #2839

merged 4 commits into from
Mar 8, 2024

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Mar 8, 2024

No description provided.

```
error: item has both inner and outer attributes
   --> futures/src/lib.rs:148:1
    |
148 | / #[cfg(feature = "executor")]
149 | | #[cfg_attr(docsrs, doc(cfg(feature = "executor")))]
150 | | pub mod executor {
151 | |     //! Built-in executors and related tools.
...   |
187 | |     //! [`spawn_obj`]: https://docs.rs/futures/0.3/futures/task/trait.Spawn.html#tymethod.spawn_obj
188 | |     //! [`spawn_local_obj`]: https://docs.rs/futures/0.3/futures/task/trait.LocalSpawn.html#tymethod.spawn_local_obj
    | |____________________________________________________________________________________________________________________^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style
    = note: `-D clippy::mixed-attributes-style` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::mixed_attributes_style)]`

error: item has both inner and outer attributes
   --> futures/src/lib.rs:200:1
    |
200 | / #[cfg(feature = "compat")]
201 | | #[cfg_attr(docsrs, doc(cfg(feature = "compat")))]
202 | | pub mod compat {
203 | |     //! Interop between `futures` 0.1 and 0.3.
204 | |     //!
205 | |     //! This module is only available when the `compat` feature of this
206 | |     //! library is activated.
    | |_____________________________^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style
```
@taiki-e taiki-e merged commit 04e9e9a into master Mar 8, 2024
24 checks passed
@taiki-e taiki-e deleted the ci branch March 8, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant