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

Rustdoc should only end the 1st sentence at a . that is not followed by a space. #8618

Closed
orenbenkiki opened this issue Aug 19, 2013 · 2 comments

Comments

@orenbenkiki
Copy link

For example, if the 1st sentence is "This is the foo library version 1.0 which does good stuff.", rustdoc will incorrectly consider the 1st sentence to be "This is the foo library version 1.".

@huonw
Copy link
Member

huonw commented Aug 19, 2013

(Accidental double filing of #8617?)

@huonw huonw closed this as completed Aug 19, 2013
@orenbenkiki
Copy link
Author

Oops, yes. Sorry.

flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 21, 2022
…, r=llogiq

Introduce needless_option_take lint

- \[x] Followed [lint naming conventions][lint_naming]
- \[x] Added passing UI tests (including committed `.stderr` file)
- \[x] `cargo test` passes locally
- \[x] Executed `cargo dev update_lints`
- \[x] Added lint documentation
- \[x] Run `cargo dev fmt`

Fixes rust-lang#8618

changelog: Introduce [`needless_option_take`] lint
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

No branches or pull requests

2 participants