File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8484 - name : Install toolchain
8585 uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
8686 with :
87- toolchain : nightly
87+ toolchain : stable
8888 targets : " ${{ matrix.target }}"
8989 - name : target
9090 run : " rustc -vV | sed -n 's|host: ||p'"
@@ -144,7 +144,7 @@ jobs:
144144 - name : Install rust toolchain
145145 uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
146146 with :
147- toolchain : nightly
147+ toolchain : stable
148148 components : clippy
149149 targets : ${{matrix.target}}
150150 - name : Rust cache
@@ -254,7 +254,7 @@ jobs:
254254 - name : Install toolchain
255255 uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
256256 with :
257- toolchain : nightly
257+ toolchain : stable
258258 targets : " ${{ matrix.target }}"
259259
260260 # NOTE: explicitly specifying the target is required on windows where we build for gnu, but the system is msvc.
Original file line number Diff line number Diff line change 4040#![ cfg_attr( feature = "nightly" , feature( likely_unlikely) ) ]
4141// FIXME
4242#![ allow( clippy:: missing_safety_doc) ]
43- #![ feature( slice_from_ptr_range) ]
4443
4544pub mod lib {
4645 pub mod common {
You can’t perform that action at this time.
0 commit comments