mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Fix some clippy lints
This commit is contained in:
committed by
Austin Bonander
parent
672f724aac
commit
3c7c266eac
@@ -3,7 +3,7 @@ use console::style;
|
||||
use std::fs::{self, File};
|
||||
use std::io::{Read, Write};
|
||||
|
||||
const MIGRATION_FOLDER: &'static str = "migrations";
|
||||
const MIGRATION_FOLDER: &str = "migrations";
|
||||
|
||||
pub struct Migration {
|
||||
pub name: String,
|
||||
|
||||
Reference in New Issue
Block a user