-
Notifications
You must be signed in to change notification settings - Fork 152
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
little cleanups #845
little cleanups #845
Conversation
/ci diff pr |
src/generate/register.rs
Outdated
method("read"), | ||
if inmodule { "(R)" } else { "" }, | ||
)?; | ||
|
||
if let Some(action) = read_action { | ||
doc.push_str("WARN: "); | ||
doc.push_str(" WARN: "); |
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.
We could make this a little better with rust-lang/rust#106561 now :D
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's interesting. I'll test. The question is should we up MSRV or not?
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.
since it's just css it doesn't break when the class doesn't exist. No msrv bump needed
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.
Seems like done.
Do you have any other ideas on improving documentation?
01a2179
to
45b2a30
Compare
No description provided.