Skip to content

Remove Drop from Context#66

Open
clearydude wants to merge 1 commit intomasterfrom
remove-context-drop
Open

Remove Drop from Context#66
clearydude wants to merge 1 commit intomasterfrom
remove-context-drop

Conversation

@clearydude
Copy link
Contributor

@clearydude clearydude commented Jul 17, 2018

Prior to this PR, there was a Drop implementation for the Context test helper struct. Since the test helper is made up of temporary directories which clean themselves up when a context goes out of scope, this is unnecessary and could possibly cause problems with how tempdir removes the directories.
Closes #63

Prior to this commit, there was a Drop implementation for the Context test helper struct. Since the test helper is made up of temporary directories which clean themselves up when a context goes out of scope, this is unnecessary and could possibly cause problems with how tempdir removes the directories.
@clearydude clearydude requested review from mullr and windwardrail July 17, 2018 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants