Merge pull request #388 from icmccorm/master #60
Annotations
10 errors and 10 warnings
Cargo clippy:
src/message.rs#L235
the following explicit lifetimes could be elided: 'a
|
Cargo clippy:
src/message.rs#L242
the following explicit lifetimes could be elided: 'a
|
Cargo clippy:
src/sockopt.rs#L104
the following explicit lifetimes could be elided: 'a
|
Cargo clippy:
src/sockopt.rs#L110
the following explicit lifetimes could be elided: 'a
|
Cargo clippy:
src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy:
src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy:
src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy:
src/lib.rs#L445
casting to the same type is unnecessary (`i32` -> `i32`)
|
Cargo clippy
could not compile `zmq` (lib) due to 8 previous errors
|
Cargo clippy
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
Cargo clippy
[email protected]: /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.2.6+4.3.4/vendor/src/ip.cpp:233:37: warning: unused parameter 's_' [-Wunused-parameter]
|
|
Cargo clippy
[email protected]: void zmq::set_socket_priority (fd_t s_, int priority_)
|
Cargo clippy
[email protected]: 2 warnings generated.
|
Cargo clippy
[email protected]: void zmq::session_base_t::engine_error (bool handshaked_,
|
Cargo clippy
[email protected]: 1 warning generated.
|
Cargo clippy
[email protected]: pos += sprintf (pos, "%d", ntohs (port_));
|
Cargo clippy
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
|
|
Cargo clippy
[email protected]: #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
|
Loading