mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

They each have a single callsite, and the result is always unwrapped, so the `Option<Annotatable>` return type is misleading. Also, the comment at the `configure_annotatable` call site is wrong, talking about a result vector, so this commit also removes that.