-
Notifications
You must be signed in to change notification settings - Fork 667
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
Use singular number for all feature names #1694
Conversation
features => feature users => user Neither of these features have yet been included in a release, so it's ok to rename them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
1694: Use singular number for all feature names r=rtzoeller a=asomers features => feature users => user Neither of these features have yet been included in a release, so it's ok to rename them. Co-authored-by: Alan Somers <[email protected]>
Build failed: |
Looks like rustc itself is broken for uclibc . rust-lang/rust@33fd73f . |
@asomers thanks for filing rust-lang/rust#95866. FYI @skrap. |
.cirrus.yml
Outdated
@@ -289,6 +289,9 @@ task: | |||
- name: Linux armv7 uclibceabihf | |||
env: | |||
TARGET: armv7-unknown-linux-uclibceabihf | |||
# Pin nightly compiler due to | |||
# https://github.com/rust-lang/rust/issues/95866 | |||
TOOLCHAIN: nightly-2022-04-01 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you also need the
setup_script:
- rustup target add $TARGET
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
- rustup component add --toolchain $TOOLCHAIN clippy
bit.
716890a
to
a5ca584
Compare
Ok, I think I got CI straightened out. |
bors retry |
features => feature
users => user
Neither of these features have yet been included in a release, so it's
ok to rename them.