-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
bors r+ |
🔒 Permission denied Existing reviewers: click here to make epage a reviewer |
@killercup looks like I need permission again to do reviews. |
What's wrong with tempdir? Is the migration to tempfile something that's happening ecosystem-wide? (re-added you, @epage. bors seems to have not migrated the permissions with the github transfer) |
it looks like tempdir is being merged into tempfile |
Oh, looks like the merge might not be complete
And Stebalien/tempfile#43 for tempfile's merge |
Yes it isn't complete but it is fine to people to it from the start. We are just suggesting the crate so it doesn't harm anyone even though it hasn't been merged yet 😛 . |
Since this is just about recommending and not use, its probably fine to eagerly advertise tempfile. bors r+ |
93: Change tempdir to tempfile in readme r=epage a=Dylan-DPC <!-- Thank you for taking the time to contribute to this project! To ease reviewing your changes and making sure we don't forget anything, please take a minute to check the following (remove lines that don't apply), and replace this text with a description of what this PR does. Bonus points for linking to issues! :) --> - [n/A] I have created tests for any new feature, or added regression tests for bugfixes. - [n/A] `cargo test` succeeds - [n/A] Clippy is happy: `cargo +nightly clippy` succeeds - [n/A] Rustfmt is happy: `cargo +nightly fmt` succeeds Closes #88
Build succeeded |
cargo test
succeedscargo +nightly clippy
succeedscargo +nightly fmt
succeedsCloses #88