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

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    8e4b018 View commit details
    Browse the repository at this point in the history
  2. fix missing_docs warning for cfg(all(loom, test)) functions

    ```
    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 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9559b48 View commit details
    Browse the repository at this point in the history