about summary refs log tree commit diff
path: root/src/test/rustdoc/duplicate-flags.rs
AgeCommit message (Collapse)AuthorLines
2021-07-10Change all 'optflag' arguments to 'optflagmulti'Zach Lute-0/+4
Because specifying these flags multiple times will never be discernibly different in functionality from specifying them a single time, there is no reason to fail and report an error to the user.