Closed joshka closed 4 months ago
Sounds reasonable, could you create a PR for the docs?
Yep, sure. I'm a little confused about the branching strategy you're using. Which branch are these docs coming from?
Just the master branch (but the current master branch has many changes)
Ok, the docs in master are different and don't have this info anymore.
Okay closing this issue then.
At https://jeltef.github.io/derive_more/derive_more/from.html,
The extra parentheses around i32 are confusing although this means the exact same thing as without the parentheses, this implies a tuple which would be represented as
(i32,)
here. I'd suggest replacing this with the following for better clarity:Alternatively make a note about how (x) is not the same as (x,) here.
Note this also applies to other examples in the same doc.