()
| 909 | }); |
| 910 | |
| 911 | fn fixture() -> Result<cap_std_ext::cap_tempfile::TempDir> { |
| 912 | // Create a new temporary directory for test fixtures. |
| 913 | let tempdir = cap_std_ext::cap_tempfile::tempdir(cap_std::ambient_authority())?; |
| 914 | Ok(tempdir) |
| 915 | } |
| 916 | |
| 917 | fn passing_fixture() -> Result<cap_std_ext::cap_tempfile::TempDir> { |
| 918 | // Create a temporary directory fixture that is expected to pass most lints. |
no outgoing calls