Skip to content

Conversation

@fbossen
Copy link
Contributor

@fbossen fbossen commented Feb 14, 2024

Fixes #704 :

  • restore comments from C code
  • use of slices instead of raw pointers where possible
  • general cleanup including removal of unnecessary casts, loop cleanup, and use of bool type where appropriate

@kkysen kkysen changed the title lr_apply.rs: clean up code mod lr_apply: clean up code Feb 26, 2024
@kkysen
Copy link
Collaborator

kkysen commented Feb 26, 2024

Addresses #704 :

Same as #728 (comment); can this be "fixes" instead of "addresses"?

@fbossen
Copy link
Contributor Author

fbossen commented Feb 26, 2024

Same as #728 (comment); can this be "fixes" instead of "addresses"?

I believe it can. Let me know if I missed something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleanup c2rust output in mod lr_apply

2 participants