8573
8573
I have upgraded to Rust 1.29.1, as predicted above, in commit f7ce4a79ee24f428bfabc8cd2785e93ff4792fee. This does seem to bring me stable Clippy.
Clippy seems to be shipping with stable rustc now, and I easily enough can install it via `nixpkgs-mozilla`.
…Except that I would need to bind TRE to Rust and I don't know how to do that.
What logging functionality?
I still don't remember ever having logging functionality, but certainly I should document it if ever I find it.
I'm labeling this as a difficult issue because I don't know where the logging functionality is.
Wait, did I mean the debug logging functionality, as is activated with `RUST_LOG=...`? I've been assuming I meant IRC channel logging functionality, which, as far as I recall, I never...
I think I will proceed under the assumption that I meant debug logging.
Very few of these suspect operations remain, and finishing the job shouldn't be difficult.
I note that the panicking operations under `src/modules/` are acceptable, because those panics will be caught.