Skip to content

Tests fails with "--no-default-features" #13

@siretart

Description

@siretart

Very similar to rust-netlink/genetlink#10

$ cargo test --no-default-features
   Compiling ethtool v0.2.5 (/tmp/genetlink/ethtool)
error[E0425]: cannot find function `new_connection` in crate `ethtool`
  --> tests/dump_link_modes.rs:17:48
   |
17 |     let (connection, mut handle, _) = ethtool::new_connection().unwrap();
   |                                                ^^^^^^^^^^^^^^ not found in `ethtool`
[...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions