Skip to content

Deal with some warnings

Ian Jackson requested to merge Diziet/arti:unused into main
  • For now, deal with two unused imports using "Option 3" from #1060, adding TODOs (NB not TODO HSS)
  • Fix two other warnings

Now both of the following are clean:

cargo clippy -p tor-hsservice --all-targets
cargo clippy -p tor-hsservice --all-features --all-targets

Merge request reports