Skip to content

refactor: cargo fmt --all #490

refactor: cargo fmt --all

refactor: cargo fmt --all #490

GitHub Actions / clippy failed Nov 11, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.82.0 (f6e511eec 2024-10-15) (built from a source tarball)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82

Annotations

Check failure on line 92 in crates/brack-release/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `get_release_note` in module `release_note`

error[E0425]: cannot find function `get_release_note` in module `release_note`
  --> crates/brack-release/src/main.rs:92:27
   |
92 |             release_note::get_release_note().await?;
   |                           ^^^^^^^^^^^^^^^^ not found in `release_note`