Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce602fa

Browse files
committed
rebuild pages atdb73df5
1 parent2c7783d commitce602fa

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

‎doc/main.css‎

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,14 @@ a {
374374
color:#000;
375375
background: transparent;
376376
}
377-
.docblocka {color:#4e8bca; }
378-
.docblocka:hover {text-decoration: underline; }
377+
378+
.docblocka {
379+
color:#4e8bca;
380+
}
381+
382+
.docblocka:hover {
383+
text-decoration: underline;
384+
}
379385

380386
.contentspan.trait, .contenta.trait, .blocka.current.trait {color:#ed9603; }
381387
.contentspan.mod, .contenta.mod,blocka.current.mod {color:#4d76ae; }
@@ -529,10 +535,19 @@ pre.rust { position: relative; }
529535
margin:00-5px;
530536
padding:0;
531537
}
538+
532539
.section-header:hovera:after {
533540
content:'\2002\00a7\2002';
534541
}
535542

543+
.section-header:hovera {
544+
text-decoration: none;
545+
}
546+
547+
.section-headera {
548+
color: inherit;
549+
}
550+
536551
.collapse-toggle {
537552
font-weight:300;
538553
position: absolute;

‎doc/r2d2_postgres/struct.PostgresConnectionManager.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<sectionid='main'class="content struct">
4444
<h1class='fqn'><spanclass='in-band'>Struct<ahref='index.html'>r2d2_postgres</a>::<wbr><aclass='struct'href=''>PostgresConnectionManager</a><wbr></span><spanclass='out-of-band'><spanid='render-detail'>
4545
<aid="collapse-all"href="#">[-]</a>&nbsp;<aid="expand-all"href="#">[+]</a>
46-
</span><aid='src-281'href='../src/r2d2_postgres/lib.rs.html#76-79'>[src]</a></span></h1>
46+
</span><aid='src-262'href='../src/r2d2_postgres/lib.rs.html#76-79'>[src]</a></span></h1>
4747
<preclass='rust struct'>pub struct PostgresConnectionManager {
4848
// some fields omitted
4949
}</pre><divclass='docblock'><p>An<code>r2d2::ConnectionManager</code> for<code>postgres::Connection</code>s.</p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp