mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
aa241e99de
This changes `protover::is_supported_here()` to be aware of new datatypes (e.g. don't call `.0` on things which are no longer tuple structs) and also changes the method signature to take borrows, making it faster, threadable, and easier to read (i.e. the caller can know from reading the function signature that the function won't mutate values passed into it). * CHANGE the `protover::is_supported_here()` function to take borrows. * REFACTOR the `protover::is_supported_here()` function to be aware of new datatypes. * FIXES part of #24031: https://bugs.torproject.org/24031 |
||
---|---|---|
.. | ||
.cargo | ||
external | ||
protover | ||
smartlist | ||
tor_allocate | ||
tor_log | ||
tor_rust | ||
tor_util | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
include.am |