Skip to content

misc: update deps

misc: update deps #282

GitHub Actions / clippy failed Feb 28, 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.78.0-nightly (ef324565d 2024-02-27)
  • cargo 1.78.0-nightly (194a60b29 2024-02-21)
  • clippy 0.1.78 (ef32456 2024-02-27)

Annotations

Check failure on line 11 in /home/runner/.cargo/git/checkouts/pathfinder-f0bd20e7aa700f92/cb4eb59/simd/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

feature has been removed

error[E0557]: feature has been removed
  --> /home/runner/.cargo/git/checkouts/pathfinder-f0bd20e7aa700f92/cb4eb59/simd/src/lib.rs:11:61
   |
11 | #![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, platform_intrinsics))]
   |                                                             ^^^^^^^^^^^^^^^^^^^ feature has been removed
   |
   = note: SIMD intrinsics use the regular intrinsics ABI now