Kriskras99 opened a new pull request, #662:
URL: https://github.com/apache/avro-rs/pull/662
```
warning: explicit `package.readme` can be inferred
--> avro_test_helper/Cargo.toml:29:1
|
29 | readme = "README.md"
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `cargo::manual_readme` is set to `warn` by default
help: consider removing `package.readme`
warning: `apache-avro-test-helper` (manifest) generated 1 warning
warning: explicit `package.readme` can be inferred
--> avro_derive/Cargo.toml:29:1
|
29 | readme = "README.md"
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `cargo::manual_readme` is set to `warn` by default
help: consider removing `package.readme`
warning: `apache-avro-derive` (manifest) generated 1 warning
warning: explicit `package.readme` can be inferred
--> wasm-demo/Cargo.toml:23:1
|
23 | readme = "README.md"
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `cargo::manual_readme` is set to `warn` by default
help: consider removing `package.readme`
warning: `hello-wasm` (manifest) generated 1 warning
warning: explicit `package.readme` can be inferred
--> avro/Cargo.toml:21:1
|
21 | readme = "README.md"
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `cargo::manual_readme` is set to `warn` by default
help: consider removing `package.readme`
warning: `apache-avro` (manifest) generated 1 warning
warning: unused dependency `apache-avro`
--> wasm-demo/Cargo.toml:37:1
|
37 | apache-avro = { path = "../avro" }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `cargo::unused_dependencies` is set to `warn` by default
help: consider removing the dependency on `apache-avro`
warning: `hello-wasm` (manifest) generated 1 warning
```
--
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]