Skip to content

doc: Fix "lazy continuation" in slog::Logger #16

doc: Fix "lazy continuation" in slog::Logger

doc: Fix "lazy continuation" in slog::Logger #16

GitHub Actions / Clippy: Rust Stable 1.56.1 (59eed8a2a 2021-11-01) in succeeded Sep 23, 2024 in 2s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~1624ms to complete

  • Working Directory: repository directory

Annotations

Check warning on line 284 in /home/runner/work/slog/slog/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.56.1 (59eed8a2a 2021-11-01) in

/home/runner/work/slog/slog/src/lib.rs#L284

unknown lint: `clippy::alloc_instead_of_core`
Raw output
warning: unknown lint: `clippy::alloc_instead_of_core`
   --> src/lib.rs:284:5
    |
284 |     clippy::alloc_instead_of_core,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::cloned_instead_of_copied`
    |
    = note: `#[warn(unknown_lints)]` on by default

Check warning on line 284 in /home/runner/work/slog/slog/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.56.1 (59eed8a2a 2021-11-01) in

/home/runner/work/slog/slog/src/lib.rs#L284

unknown lint: `clippy::alloc_instead_of_core`
Raw output
warning: unknown lint: `clippy::alloc_instead_of_core`
   --> src/lib.rs:284:5
    |
284 |     clippy::alloc_instead_of_core,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::cloned_instead_of_copied`
    |
    = note: `#[warn(unknown_lints)]` on by default

Check warning on line 285 in /home/runner/work/slog/slog/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.56.1 (59eed8a2a 2021-11-01) in

/home/runner/work/slog/slog/src/lib.rs#L285

unknown lint: `clippy::std_instead_of_core`
Raw output
warning: unknown lint: `clippy::std_instead_of_core`
   --> src/lib.rs:285:5
    |
285 |     clippy::std_instead_of_core,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`

Check warning on line 285 in /home/runner/work/slog/slog/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.56.1 (59eed8a2a 2021-11-01) in

/home/runner/work/slog/slog/src/lib.rs#L285

unknown lint: `clippy::std_instead_of_core`
Raw output
warning: unknown lint: `clippy::std_instead_of_core`
   --> src/lib.rs:285:5
    |
285 |     clippy::std_instead_of_core,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`

Check warning on line 286 in /home/runner/work/slog/slog/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.56.1 (59eed8a2a 2021-11-01) in

/home/runner/work/slog/slog/src/lib.rs#L286

unknown lint: `clippy::std_instead_of_alloc`
Raw output
warning: unknown lint: `clippy::std_instead_of_alloc`
   --> src/lib.rs:286:5
    |
286 |     clippy::std_instead_of_alloc,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`

Check warning on line 286 in /home/runner/work/slog/slog/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.56.1 (59eed8a2a 2021-11-01) in

/home/runner/work/slog/slog/src/lib.rs#L286

unknown lint: `clippy::std_instead_of_alloc`
Raw output
warning: unknown lint: `clippy::std_instead_of_alloc`
   --> src/lib.rs:286:5
    |
286 |     clippy::std_instead_of_alloc,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::bind_instead_of_map`