Skip to content

chore: add print_stdout/print_stderr lints to workspace level #58

chore: add print_stdout/print_stderr lints to workspace level

chore: add print_stdout/print_stderr lints to workspace level #58

GitHub Actions / clippy failed Aug 14, 2024 in 0s

clippy

8 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 8
Warning 0
Note 0
Help 0

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 630 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
   --> crates/bitcoind_rpc/tests/test_emitter.rs:630:13
    |
630 |             println!("\t- replacement height: {}", height);
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout

Check failure on line 612 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
   --> crates/bitcoind_rpc/tests/test_emitter.rs:612:9
    |
612 |         println!("REORG COUNT: {}", reorg_count);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout

Check failure on line 152 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
   --> crates/bitcoind_rpc/tests/test_emitter.rs:152:5
    |
152 |     println!("mined blocks!");
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout

Check failure on line 150 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
   --> crates/bitcoind_rpc/tests/test_emitter.rs:150:5
    |
150 |     println!("mining block!");
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout

Check failure on line 148 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
   --> crates/bitcoind_rpc/tests/test_emitter.rs:148:5
    |
148 |     println!("got new addresses!");
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout

Check failure on line 135 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
   --> crates/bitcoind_rpc/tests/test_emitter.rs:135:5
    |
135 |     println!("getting new addresses!");
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout

Check failure on line 79 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
  --> crates/bitcoind_rpc/tests/test_emitter.rs:79:5
   |
79 |     println!("after reorg:");
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout

Check failure on line 39 in crates/bitcoind_rpc/tests/test_emitter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of `println!`

error: use of `println!`
  --> crates/bitcoind_rpc/tests/test_emitter.rs:39:5
   |
39 |     println!("first sync:");
   |     ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#print_stdout
   = note: requested on the command line with `-D clippy::print-stdout`