Deploying to gh-pages from @ 3c72d27b36 🚀

This commit is contained in:
realaravinth
2021-08-09 05:12:40 +00:00
parent 2777a267c8
commit db4597d177
69 changed files with 285 additions and 200 deletions

View File

@@ -227,9 +227,6 @@
<span id="225">225</span>
<span id="226">226</span>
<span id="227">227</span>
<span id="228">228</span>
<span id="229">229</span>
<span id="230">230</span>
</pre><pre class="rust">
<span class="comment">/*
* Copyright (C) 2021 Aravinth Manivannan &lt;realaravinth@batsense.net&gt;
@@ -243,7 +240,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
*/</span>
@@ -271,9 +267,7 @@
<span class="ident">pow::PoWConfig</span>,
<span class="ident">pow::Work</span>,
<span class="ident">system</span>::{<span class="ident">System</span>, <span class="ident">SystemBuilder</span>},
<span class="comment">// master::messages::AddSite,</span>
};
<span class="kw">use</span> <span class="ident">sqlx::postgres::PgPoolOptions</span>;
<span class="kw">use</span> <span class="ident">sqlx::PgPool</span>;