forked from extern/nushell
cc4f8bbd82
related to - https://github.com/nushell/nushell/pull/10532 # Description i was reviewing https://github.com/nushell/nushell/pull/10532 and thought > wait a minute, this line is huge and it's basically impossible to review properly... i had to grab the diff and throw some Nushell magic at it to see that it was valid 😱 in this PR, i just split the loooooong string on the `:`, put that in a list, join with `.join(":")` and borrow that to get a `str` 👌 # User-Facing Changes # Tests + Formatting # After Submitting |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE |