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

Update lib.rs #50

Closed
wants to merge 1 commit into from
Closed

Update lib.rs #50

wants to merge 1 commit into from

Conversation

anthonyjmartinez
Copy link

@anthonyjmartinez anthonyjmartinez commented May 22, 2020

Fix examples to remove use of deprecated env::home_dir calls. Make examples more generic and directly use already-imported std::path::Path features.

Closes #49

Fix examples to remove use of deprecated `env::home_dir` calls. Make examples more generic and directly use already-imported `std::path::Path` features.
@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #50 into master will decrease coverage by 14.49%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #50       +/-   ##
===========================================
- Coverage   77.29%   62.80%   -14.50%     
===========================================
  Files          18       18               
  Lines         740      906      +166     
===========================================
- Hits          572      569        -3     
- Misses        168      337      +169     
Impacted Files Coverage Δ
dotenv/src/lib.rs 100.00% <ø> (ø)
dotenv/src/parse.rs 50.80% <0.00%> (-19.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d15856...e47d84f. Read the comment docs.

@tshepang
Copy link

@anthonyjmartinez why are you closing this

@anthonyjmartinez
Copy link
Author

@tshepang - clearly unmaintained project, and I've deleted my fork so there's nothing to merge.

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.

::from_path docs use deprecated code
2 participants