Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smoltcp-rs/smoltcp
base: c03bb50dc16b
Choose a base ref
...
head repository: smoltcp-rs/smoltcp
compare: ffb5020f87b2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 2, 2020

  1. Assign map instead of using mem::replace.

    This fixes build on latest nightly. The cause of the breakage
    is this commit:
    
    rust-lang/rust@7c4ca59
    
    which added a #[must_use = "if you don't need the old value, you
    can just assign the new value directly"] hint to mem::replace.
    Dirbaio authored and whitequark committed May 2, 2020
    Configuration menu
    Copy the full SHA
    ffb5020 View commit details
    Browse the repository at this point in the history