Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG66756b34c06e: rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
rust/rhg/src/commands/debugdata.rs | ||
---|---|---|
43 | without to_string(): no method named as_bytes` found for type std::io::Error in the current scope` |
rust/rhg/src/commands/debugdata.rs | ||
---|---|---|
43 | This is marked as done, but the utf8_to_local encapsulation is nowhere to be found, I'm assuming you forgot since we talked about it last time. |
rust/rhg/src/commands/debugdata.rs | ||
---|---|---|
43 | Oups. My bad. It's really done now. |
Good enough for now, thanks.
I'll probably send a follow-up for the typo and maybe see about removing the .into() calls.
to_string() is unnecessary.