mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 18:45:41 +00:00
Deploying to gh-pages from @ 3d9056e968 🚀
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
<span class="comment">//impl DatabaseBuilder {</span>
|
||||
<span class="comment">// #[cfg(not(tarpaulin_include))]</span>
|
||||
<span class="comment">// fn extract_database_url(url: &Url) -> Self {</span>
|
||||
<span class="comment">// debug!("Databse name: {}", url.path());</span>
|
||||
<span class="comment">// debug!("Database name: {}", url.path());</span>
|
||||
<span class="comment">// let mut path = url.path().split('/');</span>
|
||||
<span class="comment">// path.next();</span>
|
||||
<span class="comment">// let name = path.next().expect("no database name").to_string();</span>
|
||||
@@ -479,7 +479,7 @@
|
||||
.<span class="ident">expect</span>(<span class="string">"Couldn't access database name"</span>)
|
||||
),
|
||||
)
|
||||
.<span class="ident">expect</span>(<span class="string">"Couldn't set databse url"</span>);
|
||||
.<span class="ident">expect</span>(<span class="string">"Couldn't set database url"</span>);
|
||||
}
|
||||
|
||||
<span class="comment">//#[cfg(test)]</span>
|
||||
|
||||
Reference in New Issue
Block a user