smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.64k stars 404 forks source link

chore: remove unnecessary IPv6 feature flags #860

Closed thvdveld closed 7 months ago

thvdveld commented 7 months ago

These feature flags are already implied from the module in src/iface/interface/mod.rs.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a226d5b) 79.60% compared to head (f3be43a) 79.55%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #860 +/- ## ========================================== - Coverage 79.60% 79.55% -0.06% ========================================== Files 78 78 Lines 27896 27917 +21 ========================================== + Hits 22206 22208 +2 - Misses 5690 5709 +19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.