Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

fix rtnetlink compilation #206

Merged
merged 1 commit into from
Nov 28, 2021
Merged

fix rtnetlink compilation #206

merged 1 commit into from
Nov 28, 2021

Conversation

little-dude
Copy link
Owner

although #203 and
#202 had no direct
conflict, merging both broke rtnetlink:

 error[E0063]: missing field `replace` in initializer of `neighbour::add::NeighbourAddRequest`
  --> rtnetlink/src/neighbour/add.rs:58:9
   |
58 |         NeighbourAddRequest { handle, message }
   |         ^^^^^^^^^^^^^^^^^^^ missing `replace`

although #203 and
#202 had no direct
conflict, merging both broke rtnetlink:

```
 error[E0063]: missing field `replace` in initializer of `neighbour::add::NeighbourAddRequest`
  --> rtnetlink/src/neighbour/add.rs:58:9
   |
58 |         NeighbourAddRequest { handle, message }
   |         ^^^^^^^^^^^^^^^^^^^ missing `replace`
```
@little-dude little-dude merged commit 6583395 into master Nov 28, 2021
@little-dude little-dude deleted the fixup branch November 28, 2021 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant