aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config-path/src/arti_client_paths.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* tor-config-path: add note about `ARTI_SHARED_DATA`Steven Engler2026-01-051-1/+6
| | | | | This hopefully will mean that future people will not need to spend time figuring out the difference.
* tor-config-path: small doc style changeSteven Engler2026-01-051-6/+6
| | | | Makes it nicer to use asterisks for bold text.
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* tor-config-path: Removed dependency on `once_cell`hashcatHitman2025-06-141-4/+4
| | | | | | - Replaced `once_cell::sync::Lazy` with `std::sync::LazyLock`. Signed-off-by: hashcatHitman <[email protected]>
* arti_client_paths: Clean up documentation.Nick Mathewson2024-12-091-4/+7
|
* Move base CfgPathResolver for arti-client back to tor-config-path.Nick Mathewson2024-12-091-0/+138
This time, we make explicit that it is a _base_ resolver, and that it is client-only.