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

ci: update nightly to nightly-2024-09-15 #734

Merged
merged 2 commits into from
Sep 17, 2024
Merged

ci: update nightly to nightly-2024-09-15 #734

merged 2 commits into from
Sep 17, 2024

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Sep 15, 2024

This fixes CI failure: https://github.com/tokio-rs/bytes/actions/runs/10867401770/job/30156111363

Also, this changes miri test in CI to use the pinned nightly toolchain.

@taiki-e taiki-e enabled auto-merge (squash) September 15, 2024 12:06
```
error: missing documentation for an associated function
   --> src/bytes.rs:146:5
    |
146 |     pub fn new() -> Self {
    |     ^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D missing-docs` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(missing_docs)]`

error: missing documentation for an associated function
   --> src/bytes.rs:176:5
    |
176 |     pub fn from_static(bytes: &'static [u8]) -> Self {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
@taiki-e taiki-e merged commit ac46ebd into master Sep 17, 2024
15 checks passed
@taiki-e taiki-e deleted the taiki-e/ci branch September 17, 2024 15:02
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.

2 participants