Skip to content

Conversation

kaseyc
Copy link
Contributor

@kaseyc kaseyc commented Jun 20, 2014

No description provided.

bors added a commit that referenced this pull request Jun 20, 2014
@bors bors closed this Jun 20, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 7, 2023
bugfix :  skip doc(hidden) default members

fixes  rust-lang#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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants