-
Notifications
You must be signed in to change notification settings - Fork 151
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 case defaults #805
change case defaults #805
Conversation
I think it would be worth with this to add |
Looks like starting |
d836b29
to
59aa45a
Compare
/ci diff pr |
I don't have ideas what to do with Freescale. |
ugh, why does the /ci triggers fail here, I have no issues with https://github.com/cross-rs/cross/blob/main/.github/workflows/try.yml ... /ci diff pr |
also, sometimes the github action log messes up whitespace with colors but, diff looks good, except impl RegisterBlock {
///0x04..0x14 - SRAM/NOR-Flash chip-select timing register %s
#[inline(always)]
- pub const fn btr(&self, n: usize) -> &BTR {
+ pub const fn Btr(&self, n: usize) -> &Btr {
#[allow(clippy::no_effect)] [(); 4][n];
unsafe { &*(self as *const Self).cast::<u8>().add(4).add(8 * n).cast() }
} should be |
Are you sure someone else except you can run this? |
There's nothing in it that would prohibit other members to run it, the only check is that the user making the comment is a member, which we both are |
/ci diff pr |
3b822f5
to
06e404b
Compare
I don't understand... /ci diff pr |
756e025
to
3311fa8
Compare
@Emilgardis run ci yet one time, please. |
can you try it, this time put some text before |
/ci diff pr |
/ci diff --pager "git diff --no-index" pr |
Diff for comment |
This comment was marked as outdated.
This comment was marked as outdated.
3311fa8
to
0f13bc2
Compare
6a0f963
to
b6132c0
Compare
b6132c0
to
1356b5f
Compare
Done. Not sure about |
37fd184
to
cf31f32
Compare
We could also not have a |
maybe With this variant though ( |
2021 and 2024? (Or whatever year makes sense) |
20393c8
to
689b89f
Compare
@Emilgardis Can you fix |
e24cd44
to
85c54d7
Compare
Closes #803
cc @jonathanpallant, @Emilgardis