Skip to content

Merge remote-tracking branch 'origin/main' into custom_auth #59

Merge remote-tracking branch 'origin/main' into custom_auth

Merge remote-tracking branch 'origin/main' into custom_auth #59

GitHub Actions / clippy succeeded Jun 8, 2024 in 1s

clippy

3 warnings

Details

Results

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

Versions

  • rustc 1.80.0-nightly (804421dff 2024-06-07)
  • cargo 1.80.0-nightly (34a6a87d8 2024-06-04)
  • clippy 0.1.80 (804421d 2024-06-07)

Annotations

Check warning on line 4 in azalea/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: the feature `lazy_cell` has been stable since 1.80.0-nightly and no longer requires an attribute to enable
 --> azalea/src/lib.rs:4:12
  |
4 | #![feature(lazy_cell)]
  |            ^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default

Check warning on line 3 in azalea-physics/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: the feature `lazy_cell` has been stable since 1.80.0-nightly and no longer requires an attribute to enable
 --> azalea-physics/src/lib.rs:3:12
  |
3 | #![feature(lazy_cell)]
  |            ^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default

Check warning on line 2 in azalea-core/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: the feature `lazy_cell` has been stable since 1.80.0-nightly and no longer requires an attribute to enable
 --> azalea-core/src/lib.rs:2:12
  |
2 | #![feature(lazy_cell)]
  |            ^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default