-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove unneeded trait implementations titles #49335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unneeded trait implementations titles #49335
Conversation
|
||
pub struct Bar; | ||
|
||
// @!has foo/struct.Bar.html 'Trait implementations' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the "implementations" being lowercase here going to cause a problem? I remember in the past we had a misspelled string in a @!has
rule, which is always going to be false, but i don't remember whether the htmldocck.py
check is case-sensitive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is case sensitive (which caused me a few issues).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the real header capitalizes the "I" there, so that should be changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh indeed!
b7b6eff
to
dc2ec23
Compare
Updated, let's see if it still works. :) |
dc2ec23
to
d91a821
Compare
Test failed because there is "Auto Trait Implementations", which matches what we were looking for. |
Aha! In that case, i've seen other tests have luck using |
Open an issue for them. :p |
📌 Commit d91a821 has been approved by |
…ations-title, r=QuietMisdreavus Remove unneeded trait implementations titles r? @QuietMisdreavus
☀️ Test successful - status-appveyor, status-travis |
r? @QuietMisdreavus