aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/rpc_stub.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti: Make Rpc argument unconditional when constructing socks proxyNick Mathewson2025-01-231-0/+7
Formerly this was a conditional method argument, which is a huge antipattern. Now it is unconditionally present, as `Option<T>` for a type that is uninhabited when RPC isn't supported.