martin-g opened a new pull request, #426:
URL: https://github.com/apache/avro-rs/pull/426
Until now only the install() function was not compiled for WASM32 and this
led to the following warning at build time:
```
warning: struct `TestLogger` is never constructed
--> avro_test_helper/src/logger.rs:22:8
|
22 | struct TestLogger {
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: function `test_logger` is never used
--> avro_test_helper/src/logger.rs:43:4
|
43 | fn test_logger() -> &'static TestLogger {
| ^^^^^^^^^^^
warning: `apache-avro-test-helper` (lib) generated 2 warnings
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]