about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/basic.js
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-01 08:38:36 +0000
committerbors <bors@rust-lang.org>2023-08-01 08:38:36 +0000
commitefc5a813de9cc7e867058f843d01b9667e03d838 (patch)
treea36f9a23d53aff2442c6475b4d0b4583081deb1e /tests/rustdoc-js-std/basic.js
parent8202b5aaa7739eb9aa7a0c6a375857c971357748 (diff)
parent915ddb05fa78dfe1cfcda2b68c1013f218d729d4 (diff)
downloadrust-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 'tests/rustdoc-js-std/basic.js')
0 files changed, 0 insertions, 0 deletions