Skip to content

Remove stray inconsistent #[cfg] - #486

Merged
gnzlbg merged 1 commit into
rust-lang:masterfrom
est31:master
Jun 23, 2018
Merged

Remove stray inconsistent #[cfg]#486
gnzlbg merged 1 commit into
rust-lang:masterfrom
est31:master

Conversation

@est31

Copy link
Copy Markdown
Member

The cfg for the target is already covered a few lines below.
This cfg meant that even with the dox feature enabled, no
documentation for powerpc64 was generated except you were
actually targetting the powerpc64 arch.

The cfg for the target is already covered a few lines below.
This cfg meant that even with the dox feature enabled, no
documentation for powerpc64 was generated except you were
actually targetting the powerpc64 arch.
@est31

Copy link
Copy Markdown
MemberAuthor

This should fix a deadlink error I've encountered in rust-lang/rust#51695 (comment)

@gnzlbg
gnzlbg merged commit 3ddacbd into rust-lang:masterJun 23, 2018
@gnzlbggnzlbg mentioned this pull request Jun 23, 2018
@gnzlbg

Copy link
Copy Markdown
Contributor

@est31 thanks!

Sign up for freeto 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

@est31@gnzlbg