Skip to content

Commit

Permalink
Re-generate documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Feb 15, 2017
1 parent 249234c commit d45356c
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion docs/implementors/merkle/trait.Hashable.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ implementors["merkle"] = [];
} else {
window.pending_implementors = implementors;
}

})()
12 changes: 6 additions & 6 deletions docs/merkle/trait.Hashable.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">







</head>
<body class="rustdoc">
<!--[if lte IE 8]>
Expand All @@ -24,10 +24,10 @@
</div>
<![endif]-->



<nav class="sidebar">

<p class='location'><a href='index.html'>merkle</a></p><script>window.sidebarCurrent = {name: 'Hashable', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>

Expand Down Expand Up @@ -131,7 +131,7 @@ <h2>Search Tricks</h2>
</div>
</aside>



<script>
window.rootPath = "../";
Expand Down
14 changes: 7 additions & 7 deletions docs/src/merkle/hashutils.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">







</head>
<body class="rustdoc">
<!--[if lte IE 8]>
Expand All @@ -24,11 +24,11 @@
</div>
<![endif]-->



<nav class="sidebar">


</nav>

<nav class="sub">
Expand Down Expand Up @@ -249,7 +249,7 @@ <h2>Search Tricks</h2>
</div>
</aside>



<script>
window.rootPath = "../../";
Expand Down
18 changes: 9 additions & 9 deletions docs/src/merkle/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">







</head>
<body class="rustdoc">
<!--[if lte IE 8]>
Expand All @@ -24,11 +24,11 @@
</div>
<![endif]-->



<nav class="sidebar">


</nav>

<nav class="sub">
Expand Down Expand Up @@ -78,11 +78,11 @@
<span id="34">34</span>
</pre><pre class='rust '>
<span class='attribute'>#<span class='op'>!</span>[<span class='ident'>deny</span>(
<span class='ident'>missing_docs</span>,
<span class='ident'>missing_docs</span>, <span class='ident'>unused_qualifications</span>,
<span class='ident'>missing_debug_implementations</span>, <span class='ident'>missing_copy_implementations</span>,
<span class='ident'>trivial_casts</span>, <span class='ident'>trivial_numeric_casts</span>,
<span class='ident'>unsafe_code</span>, <span class='ident'>unstable_features</span>,
<span class='ident'>unused_import_braces</span>, <span class='ident'>unused_qualifications</span>
<span class='ident'>unused_import_braces</span>
)]</span>

<span class='doccomment'>//! *merkle* implements a Merkle Tree in Rust.</span>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h2>Search Tricks</h2>
</div>
</aside>



<script>
window.rootPath = "../../";
Expand Down
14 changes: 7 additions & 7 deletions docs/src/merkle/merkletree.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">







</head>
<body class="rustdoc">
<!--[if lte IE 8]>
Expand All @@ -24,11 +24,11 @@
</div>
<![endif]-->



<nav class="sidebar">


</nav>

<nav class="sub">
Expand Down Expand Up @@ -411,7 +411,7 @@ <h2>Search Tricks</h2>
</div>
</aside>



<script>
window.rootPath = "../../";
Expand Down
14 changes: 7 additions & 7 deletions docs/src/merkle/proof.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">







</head>
<body class="rustdoc">
<!--[if lte IE 8]>
Expand All @@ -24,11 +24,11 @@
</div>
<![endif]-->



<nav class="sidebar">


</nav>

<nav class="sub">
Expand Down Expand Up @@ -395,7 +395,7 @@ <h2>Search Tricks</h2>
</div>
</aside>



<script>
window.rootPath = "../../";
Expand Down
14 changes: 7 additions & 7 deletions docs/src/merkle/tree.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">







</head>
<body class="rustdoc">
<!--[if lte IE 8]>
Expand All @@ -24,11 +24,11 @@
</div>
<![endif]-->



<nav class="sidebar">


</nav>

<nav class="sub">
Expand Down Expand Up @@ -497,7 +497,7 @@ <h2>Search Tricks</h2>
</div>
</aside>



<script>
window.rootPath = "../../";
Expand Down

0 comments on commit d45356c

Please sign in to comment.