diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:34:02 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:34:02 +0100 |
commit | a2ea154d34b4579a7e135292447d3d7cc31bb80e (patch) | |
tree | 73930afb31828f4a63fec2a70b58113126c00fb9 /tests | |
parent | c2e4de6c9325be6538f61954dd1cd6bc502ea6ae (diff) | |
download | ads1x1x-async-a2ea154d34b4579a7e135292447d3d7cc31bb80e.tar.gz ads1x1x-async-a2ea154d34b4579a7e135292447d3d7cc31bb80e.tar.xz ads1x1x-async-a2ea154d34b4579a7e135292447d3d7cc31bb80e.zip |
Revert "Make macro use specific to tests"
This reverts commit 676504976d67f976cde947b11652848fd5132613.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mux_i2c.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mux_i2c.rs b/tests/mux_i2c.rs index 69d7023..ca10673 100644 --- a/tests/mux_i2c.rs +++ b/tests/mux_i2c.rs @@ -1,4 +1,4 @@ -#[cfg_attr(test, macro_use(block))] +#[macro_use(block)] extern crate nb; extern crate embedded_hal; extern crate embedded_hal_mock as hal; |