forked from trustification/trustify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Required by trustification#703 This also requires us to drop the "mock" feature cfg. It currently is an undeclared feature, which is a warning now, and might become an error later. Declaring that feature and mapping it to `sea-orm/mock` would be the right thing to do. However, sea-orm will drop the `Clone` implementation of the connection trait in the case the mock feature is enabled. And our database struct requires the connection trait to be `Clone`. Meaning, that we don't support the `mock` feature anyway.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters