Closed kdheepak closed 6 months ago
This PR adds a line! attribute macro.
line!
This makes it easier to construct a Line type from anything that can be converted into a Span.
Line
Span
Thanks for the feedback!
I used cargo +nightly fmt and it only made changes to other files. I'll make a separate PR for that.
cargo +nightly fmt
This PR adds a
line!
attribute macro.This makes it easier to construct a
Line
type from anything that can be converted into aSpan
.