Update lib.rs

This commit is contained in:
Camerin Figueroa 2024-04-30 11:18:56 -04:00 committed by GitHub
parent 8a4f6dedc9
commit 4f1a16cf56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use schema::{
///
/// Example:
///
/// ```rust
/// ```rust,ignore
/// use request_mirror::establish_connection;
///
/// let connection = establish_connection();