Skip to content

Commit d2dafbb

Browse files
committed
remove more
1 parent 0892d84 commit d2dafbb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • diesel_migrations/migrations_internals/src

diesel_migrations/migrations_internals/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ pub fn migration_paths_in_directory(path: &Path) -> Result<Vec<DirEntry>, Migrat
288288
}
289289

290290
fn migrations_in_directory(path: &Path) -> Result<Vec<Box<Migration>>, MigrationError> {
291-
use self::migration::migration_from;
292-
293291
migration_paths_in_directory(path)?
294292
.iter()
295293
.map(|e| migration_from(e.path()))

0 commit comments

Comments
 (0)