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

Change toolchain version from nightly to stable in CI #1

Open
willser opened this issue Apr 24, 2022 · 0 comments
Open

Change toolchain version from nightly to stable in CI #1

willser opened this issue Apr 24, 2022 · 0 comments
Labels
ci good first issue Good for newcomers

Comments

@willser
Copy link
Owner

willser commented Apr 24, 2022

retain_mut will be stable in the near future.

#[stable(feature = "vec_retain_mut", since = "1.61.0")]
pub fn retain_mut<F>(&mut self, mut f: F)

After 1.61.0,change following toolchain version.

profile: minimal
toolchain: nightly
override: true

@willser willser added good first issue Good for newcomers ci labels Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant