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

Fix newly added clippy warning #115

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix newly added clippy warning #115

merged 1 commit into from
Dec 3, 2024

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Nov 29, 2024

Resolve Rust 1.83 new clippy warning.

```
error: empty line after doc comment
   --> src/funcs.rs:113:1
    |
113 | / /// ```
114 | |
    | |_
115 |   pub fn read_from_string(string: &str) -> Result<Robot> {
    |   ------------------------------------------------------ the comment documents this function
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
    = note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
    = help: if the empty line is unintentional remove it
```
@taiki-e taiki-e requested a review from OTL November 29, 2024 09:43
@taiki-e taiki-e enabled auto-merge (rebase) November 29, 2024 09:43
@taiki-e taiki-e merged commit 5ea07fb into main Dec 3, 2024
2 checks passed
@taiki-e taiki-e deleted the taiki-e/clippy branch December 3, 2024 06:25
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.

2 participants