Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.21 #145

Merged
merged 4 commits into from
Jun 14, 2024

Merge branch 'main' into 1.21

da40e2f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

1.21 #145

Merge branch 'main' into 1.21
da40e2f
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Jun 14, 2024 in 0s

clippy

5 warnings

Details

Results

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

Versions

  • rustc 1.81.0-nightly (8337ba918 2024-06-12)
  • cargo 1.81.0-nightly (4dcbca118 2024-06-11)
  • clippy 0.1.80 (8337ba9 2024-06-12)

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 and no longer requires an attribute to enable

warning: the feature `lazy_cell` has been stable since 1.80.0 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 and no longer requires an attribute to enable

warning: the feature `lazy_cell` has been stable since 1.80.0 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 832 in azalea-block/azalea-block-macros/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this expression creates a reference which is immediately dereferenced by the compiler

warning: this expression creates a reference which is immediately dereferenced by the compiler
   --> azalea-block/azalea-block-macros/src/lib.rs:832:14
    |
832 |         _ => &name,
    |              ^^^^^ help: change this to: `name`
    |
    = 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

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 and no longer requires an attribute to enable

warning: the feature `lazy_cell` has been stable since 1.80.0 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

Check warning on line 832 in azalea-block/azalea-block-macros/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this expression creates a reference which is immediately dereferenced by the compiler

warning: this expression creates a reference which is immediately dereferenced by the compiler
   --> azalea-block/azalea-block-macros/src/lib.rs:832:14
    |
832 |         _ => &name,
    |              ^^^^^ help: change this to: `name`
    |
    = 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