We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Div
Rem
Shl
Shr
Mul
The docs for Div, Rem, Shl and Shr are showing the docs for Mul instead. The culprit is most likely the following:
derive_more/impl/src/lib.rs
Lines 221 to 225 in 3216eaf
It seems that there are no doc/(div|rem|shl|shr).md, so only changing the $feature string here would not work.
doc/(div|rem|shl|shr).md
$feature
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs for Div,
Rem
,Shl
andShr
are showing the docs forMul
instead. The culprit is most likely the following:derive_more/impl/src/lib.rs
Lines 221 to 225 in 3216eaf
It seems that there are no
doc/(div|rem|shl|shr).md
, so only changing the$feature
string here would not work.The text was updated successfully, but these errors were encountered: