dotenv-rs / dotenv

Library to help supply environment variables in testing and development
MIT License
557 stars 85 forks source link

Remove deprecation annotations #54

Closed Plecra closed 4 years ago

Plecra commented 4 years ago

Addresses #13

Was there some blocker for this? I can make more changes if that's necessary

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #54       +/-   ##
===========================================
- Coverage   77.29%   62.66%   -14.64%     
===========================================
  Files          18       18               
  Lines         740      908      +168     
===========================================
- Hits          572      569        -3     
- Misses        168      339      +171     
Impacted Files Coverage Δ
dotenv/src/lib.rs 100.00% <ø> (ø)
dotenv/tests/test-dotenv-iter.rs 100.00% <ø> (ø)
dotenv/tests/test-from-filename-iter.rs 100.00% <ø> (ø)
dotenv/tests/test-from-path-iter.rs 100.00% <ø> (ø)
dotenv/src/parse.rs 50.63% <0.00%> (-19.17%) :arrow_down:

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...c89ed77. Read the comment docs.

ZoeyR commented 4 years ago

Thanks! I forgot to remove these a while ago

alex35mil commented 3 years ago

@ZoeyR Can you, please, release this change?

kevlarr commented 2 years ago

Has this been published? Latest on crates.io is 0.15.0 and iter functions are still deprecated.