-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Organize functions into functions module #6990
Conversation
r? @giraffate (rust-highfive has picked a reviewer for you, use r? to override) |
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.
Overall seems good, thanks! I made some comments.
"this returns a `Result<_, ()>", | ||
None, | ||
"use a custom Error type instead", |
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.
nits, it might be better to fix this in another PR because the stderr file needs to be fixed.
"this returns a `Result<_, ()>", | |
None, | |
"use a custom Error type instead", | |
"this returns a `Result<_, ()>`", | |
None, | |
"use a custom `Error` type instead", |
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.
Ok, I'll address this in another PR.
Changes: |
@bors r+ It looks good, thanks! |
📌 Commit 541c8b8 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
result_unit_err: Fix typo changelog: result_unit_err: fix typo in a diagnostic message r? `@giraffate` fixes #6990 (comment).
Ref: #6680
Rearrange lints in
functions
.changelog: none