-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update features heuristic to include more unstable and private featur…
…e name patterns (#463) * Update features heuristic to include more unstable and private feature name patterns * improve names of variables * improve test by making sure we are handling the prefix * Update test_crates/features_simple/old/src/lib.rs Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> * Update src/rustdoc_gen.rs Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> * addressing comments on pr * making sure we have a trailing line * new trailing line properly --------- Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
- Loading branch information
1 parent
bb11e12
commit 817b1ff
Showing
3 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,6 @@ nightly = [] | |
bench = [] | ||
no_std = [] | ||
__foo = [] | ||
unstable-foo=[] | ||
unstable_foo=[] | ||
_bar=[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters