Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs pointing out early dop pitfalls #165

Merged
merged 2 commits into from
Jan 8, 2022
Merged

Add docs pointing out early dop pitfalls #165

merged 2 commits into from
Jan 8, 2022

Commits on Jan 8, 2022

  1. Add docs pointing out early dop pitfalls

    This commit adds a section to the `src/libs.rs` docs
    pointing out an easily encounterable error when
    ussing `tempdir()` with apis that are generic over
    `AsRef<Path>`, like `Command::current_dir`, resulting
    in the directory being dropped to early (As pointed out in #115).
    robinwilliam.hundt authored and Stebalien committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ab67cce View commit details
    Browse the repository at this point in the history
  2. fix: doc formatting

    Stebalien committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    a5f535c View commit details
    Browse the repository at this point in the history