Skip to content

Update dependencies and fix warnings #41

Update dependencies and fix warnings

Update dependencies and fix warnings #41

GitHub Actions / Run clippy (macos-latest, all features) succeeded Apr 14, 2024 in 1s

Run clippy (macos-latest, all features)

1 warning

Details

Results

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

Versions

  • rustc 1.79.0-nightly (0bf471f33 2024-04-13)
  • cargo 1.79.0-nightly (48eca1b16 2024-04-12)
  • clippy 0.1.79 (0bf471f3 2024-04-13)

Annotations

Check warning on line 5 in frontend/desktop/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Run clippy (macos-latest, all features)

the feature `slice_ptr_len` has been stable since 1.79.0-nightly and no longer requires an attribute to enable

warning: the feature `slice_ptr_len` has been stable since 1.79.0-nightly and no longer requires an attribute to enable
 --> frontend/desktop/src/main.rs:5:5
  |
5 |     slice_ptr_len,
  |     ^^^^^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default