Add new flags for Rust 1.83 update
This CL adds the `-A missing-docs` flag when building Rust test binaries and the `-A clippy::empty_line_after_doc_comments` flag for Clippy targets. The first flag is required because the 1.83 update exposes previously hidden functions that do not necessarily need documentation. Test: m rust Bug: 384401387 Change-Id: Ic6bee1bd827db7b6cec1f83870108d164d02888a
Loading
Please register or sign in to comment