liv

Results 116 comments of liv

Right, I agree that the comment could be rephrased to explain that if `time_of_day = 493`, that's an invalid state, and that we want to handle that gracefully by returning...

My bad! I'll push a patch release to address this regression.

Also, I'll keep this issue open, but @wh5a said it correctly: The comment is correct, the `abs_all` function presents a special behaviour when processing a negative number.

In 33a4f4e454031ea7b318c855625553b413b8afcd, yeah. I'm just keeping the issue open in case anyone else runs into confusion.

Good point, I'll clean this up!

Pushed a fix in https://github.com/rust-lang/rustlings/commit/d8ecf4bc2d34a10149999a7974d5ba71625fab90, let me know if that works out better in your perception.

After you've completed the installation, everything should be available offline. `rustlings hint ` will work regardless of whether you have an internet connection or not. If you're asking about other...

Yeah, trying to somehow dynamically replace those points in the hints is a misendeavour, I think, given the different kinds of environments people use Rustlings in. I see two possible...

Definitely! Feel free to open an issue on Rustup's side for that, if that does get implemented I'd be happy to add support for it here.

Which version of the `rust-analyzer` VSCode plugin are you using?