Commit 9afb980d authored by Tage Johansson's avatar Tage Johansson Committed by Richard W.M. Jones
Browse files

rust: Check that compilation works with default features disabled

The Rust crate has some default features, (tokio and log), to enable the
asynchronous API and logging facilities. This patch extends the test
suite to check that the crate compiles even with these features
disabled. The crate did in fact not compile without those features,
so the patch adds a "#[allow(unused)]" attribute to the utils
module to mittigate an error.
parent ee93a453
Pipeline #984910205 failed with stage
in 11 minutes
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment