budziq / rust-skeptic

Test your Rust Markdown documentation via Cargo
Apache License 2.0
285 stars 43 forks source link

Switch out tempdir for tempfile #122

Closed CosmicHorrorDev closed 4 years ago

CosmicHorrorDev commented 4 years ago

tempdir has been deprecated so this change just switches it out for the equivalent usage with tempfile.

CosmicHorrorDev commented 4 years ago

Oh woops, I see now that this is a duplicate of #115 anyways. Should have looked before I opened the PR.