tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.87k stars 501 forks source link

style: `MessageGraph::new()` can't actually fail #1151

Closed caspermeijn closed 3 weeks ago

caspermeijn commented 1 month ago

MessageGraph is an internal type. The currenly implementation can't fail, so it doesn't have to return a Result