You've already forked seamantic
Mark generated Migrator struct as non_exhaustive
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "seamantic"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "A library to enhance SeaORM"
|
||||
repository = "https://git.skrundz.dev/quantumshade/seamantic"
|
||||
keywords = ["SeaORM"]
|
||||
|
||||
@@ -31,6 +31,7 @@ macro_rules! migrations {
|
||||
|
||||
/// Auto-generated migration manager
|
||||
#[automatically_derived]
|
||||
#[non_exhaustive]
|
||||
pub struct Migrator;
|
||||
|
||||
#[automatically_derived]
|
||||
|
||||
Reference in New Issue
Block a user