1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-12 01:09:11 +02:00

fix errors introduced by rebase

This commit is contained in:
Aiden McClelland 2021-07-01 12:48:12 -06:00
parent b2d5516058
commit f25f61d4a9
No known key found for this signature in database
GPG key ID: 94E96B216C2617BA

View file

@ -203,7 +203,6 @@ impl<'de> serde::de::Deserialize<'de> for WildCardedDomain {
}
}
#[derive(Clone)]
pub struct Database {
pub globals: globals::Globals,
pub users: users::Users,