Previously in the "cross" CI job, checks would use "+nightly" to ensure
that the nightly compiler is used. However this adds a lot of noise. In
order to clean up CI this commit replaces "+nightly" with "rustup
default nightly" at the start of the job.
Previously in the "cross" CI job, checks would use "+nightly" to ensure that the nightly compiler is used. However this adds a lot of noise. In order to clean up CI this commit replaces "+nightly" with "rustup default nightly" at the start of the job.
cc https://github.com/smol-rs/polling/pull/197#discussion_r1573375732