-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
/** -> /// #19288
Merged
Merged
/** -> /// #19288
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/cc @aturon |
4bb6106
to
8745089
Compare
Closed
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Nov 25, 2014
second half of rust-lang#19288
8745089
to
1ae835d
Compare
Closed
This is considered good convention.
1ae835d
to
f38e4e6
Compare
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Nov 26, 2014
Sister pull request of rust-lang#19288, but for the other style of block doc comment.
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this pull request
Nov 27, 2014
This is considered good convention. This is about half of them in total, I just don't want an impossible to land patch. 😄
alexcrichton
pushed a commit
to alexcrichton/rust
that referenced
this pull request
Nov 27, 2014
Sister pull request of rust-lang#19288, but for the other style of block doc comment.
steveklabnik
added a commit
to rust-random/rand
that referenced
this pull request
Feb 3, 2015
Sister pull request of rust-lang/rust#19288, but for the other style of block doc comment.
spikespaz
pushed a commit
to spikespaz/dotwalk-rs
that referenced
this pull request
Aug 29, 2024
Sister pull request of rust-lang/rust#19288, but for the other style of block doc comment.
lnicola
pushed a commit
to lnicola/rust
that referenced
this pull request
Mar 10, 2025
Use `size_of` from the prelude instead of imported
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is considered good convention.
This is about half of them in total, I just don't want an impossible to land patch. 😄