Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub async fn audit_sqlite_features(conn: &mut DbConnection) -> QueryResult<()> {
/// # Examples
///
/// ```
/// # use your_crate::audit_postgres_features;
/// # use mxd::db::audit_postgres_features;
/// # async fn check(conn: &mut diesel_async::AsyncPgConnection) {
/// let result = audit_postgres_features(conn).await;
/// assert!(result.is_ok());
Expand Down
Loading