input-output-hk / rust-byron-cardano

rust client libraries to deal with the current cardano mainnet (byron / cardano-sl)
MIT License
264 stars 75 forks source link

network-grpc: #[must_use] on futures and streams #691

Closed mzabaluev closed 5 years ago

mzabaluev commented 5 years ago

The compiler will warn if a returned future or stream value is dropped without being used.

NicolasDP commented 5 years ago

excellent