]> git.lizzy.rs Git - rust.git/commit
Merge #11472
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 22 Feb 2022 18:12:27 +0000 (18:12 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 18:12:27 +0000 (18:12 +0000)
commit033f91e75d515936cfc0cc529b121f1ca3792179
treec51592d32a9e582d98cfbe5ea61ba914fa94a9a1
parent7ce06d4b173d396947263c207946383fdaad6db6
parent7abd7b80f34481cabd7f2db032060f6e984c7b96
Merge #11472

11472: fix: visibility in impl items and pub(crate) to pub in extract_module r=feniljain a=feniljain

Should fix #11007 and #11443

Makes following changes:

- Removes visiblity modifiers from trait items
- Respect user given visibility
- Updated tests for the same

Co-authored-by: vi_mi <fkjainco@gmail.com>
Co-authored-by: vi_mi <49019259+feniljain@users.noreply.github.com>