summaryrefslogtreecommitdiff
path: root/crates/test-temp-dir/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
|
* test-temp-dir: Allow use of Path::display in test diagnostic outputIan Jackson2024-03-051-1/+8
| | | | | | We're going to tell clippy to forbid Path::display. But we can't have the PathExt from tor-basic-utils, here. We can't put the allow on the function call expression, only a block or function.
* Merge branch 'windows_comments' into 'main'Ian Jackson2024-03-051-1/+1
|\ | | | | | | | | Fix Windows documentation See merge request tpo/core/arti!2011
| * test-temp-dir: Fix commentTobias Stoeckmann2024-03-011-1/+1
| | | | | | | | | | Windows systems use comma instead of proclaimed colon. The code is correct, just the comment has to be fixed.
* | deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
|/
* test-temp-dir: Drop a TODO/allowIan Jackson2024-01-251-3/+0
|
* test-temp-dir: New crateIan Jackson2024-01-251-0/+333
Introduce the crate, move the code motion, and make minimal necessary changes.