Remove dbg!()s in tor-config, and fix nightly CI
1 unresolved thread
1 unresolved thread
This should satisfy our CI and turn it green again.
(If not, it should remove some of the causes of our CI warnings)
Edited by Nick Mathewson
Merge request reports
Activity
assigned to @nickm
requested review from @Diziet
added 1 commit
- 994426d1 - Add a couple of "pub use" to make nightly rustdoc pass.
I think the
dbg!
s are fine and should stay. They are in tests. I filed this as a clippy false positive upstream: https://github.com/rust-lang/rust-clippy/issues/8758, which was closed by an MR yesterday. Would you mind if we deferred this dbg removal and hope that the nightly-we-are-using gets that fix RSN?
mentioned in commit aaa8bfcb
Please register or sign in to reply