Skip to content

proper separation of engine_ and backend (#175) #658

proper separation of engine_ and backend (#175)

proper separation of engine_ and backend (#175) #658

GitHub Actions / clippy succeeded Jul 6, 2023 in 1s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.70.0 (90c541806 2023-05-31)
  • cargo 1.70.0 (ec8a8a0ca 2023-04-25)
  • clippy 0.1.70 (90c5418 2023-05-31)

Annotations

Check warning on line 5 in build.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the borrowed expression implements the required traits

warning: the borrowed expression implements the required traits
 --> build.rs:5:18
  |
5 |     config.bytes(&["."]);
  |                  ^^^^^^ help: change this to: `["."]`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
  = note: `#[warn(clippy::needless_borrow)]` on by default