Fix some clippy lints

This commit is contained in:
Jonas Platte
2020-11-17 20:47:21 +01:00
committed by Austin Bonander
parent 672f724aac
commit 3c7c266eac
11 changed files with 25 additions and 32 deletions

View File

@@ -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,