Uh oh!
There was an error while loading. Please reload this page.
Documentation sprint: Terminfo documentation strings - #12948
Conversation
There was a problem hiding this comment.
Why is this hidden? I thought this was one of the main exports of this library?
There was a problem hiding this comment.
I did not know how to do explain the "all the fields of this are priv", yet the main thing is not, so a very short docstring, like Wraps an output stream and its terminal settings may do the trick.
Thanks for picking this piece of lint.
There was a problem hiding this comment.
This structure is one of the main exports of this library, just because its fields are private doesn't mean that it's a useless structure. The HashMap structure, for example, has no public fields.
Documentation on structs normally explains what it's used for and why, accompanied with an example or two of its usage.
alexcrichton
commented
Mar 16, 2014
A good check would be to put |
brson
commented
Mar 21, 2014
@alexcrichton is this ready to go yet? |
alexcrichton
commented
Mar 21, 2014
Not quite, I still have some comments that I would like addressed |
olleolleolle
commented
Mar 21, 2014
|
olleolleolle
commented
Mar 23, 2014
And, now it also built green. @alexcrichton@brson Would this suffice? |
There was a problem hiding this comment.
A new snapshot was created today, this line could go away already.
flaper87
commented
Mar 23, 2014
@olleolleolle would you mind squashing the commits? |
olleolleolle
commented
Mar 23, 2014
@flaper87 Thanks for picking that up. 🍰 |
olleolleolle
commented
Mar 23, 2014
(Darned thing stopped, "no output for 10 minutes" error.) |
olleolleolle
commented
Mar 24, 2014
Thanks, @kud1ing for noting Markdown deficiency. |
Rust doc sprint: adding doc strings to the Terminfo library. This is my very first Rust repository PR, so please do not hold back any formatting, nit-picky commentary. I need it.
feat: Handle operators like their trait functions in the IDE Allows hover and goto implementation to work on `?`, indexing brackets, binary operators, prefix operators and `await`. Regarding `await`, hover will continue to show the keyword docs while goto implementation will bring the user to the `poll` function of the `Future` implementation.  Fixesrust-lang/rust-analyzer#12810
Rust doc sprint: adding doc strings to the Terminfo library.
This is my very first Rust repository PR, so please do not hold back any formatting, nit-picky commentary. I need it.