We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9aceb commit 09cb840Copy full SHA for 09cb840
src/librustdoc/html/static/rustdoc.css
@@ -1343,7 +1343,7 @@ h4 > .notable-traits {
1343
@media (min-width: 701px) {
1344
/* In case there is no documentation before a code block, we need to add some margin at the top
1345
to prevent an overlay between the "collapse toggle" and the information tooltip.
1346
- However, it's needed needed with smaller screen width because the doc/code block is always put
+ However, it's not needed with smaller screen width because the doc/code block is always put
1347
"one line" below. */
1348
.information:first-child > .tooltip {
1349
margin-top: 16px;
0 commit comments