diff options
| author | bors <bors@rust-lang.org> | 2023-08-01 08:38:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-01 08:38:36 +0000 |
| commit | efc5a813de9cc7e867058f843d01b9667e03d838 (patch) | |
| tree | a36f9a23d53aff2442c6475b4d0b4583081deb1e /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | |
| parent | 8202b5aaa7739eb9aa7a0c6a375857c971357748 (diff) | |
| parent | 915ddb05fa78dfe1cfcda2b68c1013f218d729d4 (diff) | |
| download | rust-efc5a813de9cc7e867058f843d01b9667e03d838.tar.gz rust-efc5a813de9cc7e867058f843d01b9667e03d838.zip | |
Auto merge of #15050 - alibektas:14957, r=Veykril
bugfix : skip doc(hidden) default members
fixes #14957 . I have two questions :
1. I am definitely looking for a more idiomatic way for the things I added in `crates/ide-assists/src/utils.rs`. See `FIXME` in that file.
2. Would it be actually better to change `DefaultMethods` to something like
```rust
enum DefaultMethods {
Only( IgnoreHidden ( bool ) ) ,
None
}
```
instead of adding a boolean to every function that calls `crates/ide-assists/src/utils.rs::filter_assoc_items`
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
