+In this case, it'll display that both `feature = "futures-io"` and `feature = "something"` are required to use this module. Just like lints, users will get better control over this feature. For example if someone wants to completely override doc cfg attributes on a given item, they will be able to disable it for this item completely and then add what they want using `doc(cfg)`. An example for this is in case you have "parent" features with a lot of children and want to simplify some children `cfg` display when rendered in documentation.
0 commit comments