diff options
| author | Xe Iaso <me@christine.website> | 2022-04-06 00:01:52 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-04-06 00:01:52 +0000 |
| commit | 3a5c7adc42797376c606f4130edca988efc95e0a (patch) | |
| tree | 307a10dd406918c4ce7cd7f2bebf1b4911278d8c /lib | |
| parent | e5ee825c0a6b735ce20101605d1363338036c649 (diff) | |
| download | xesite-3a5c7adc42797376c606f4130edca988efc95e0a.tar.xz xesite-3a5c7adc42797376c606f4130edca988efc95e0a.zip | |
tolerate no patrone creds
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patreon/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patreon/src/lib.rs b/lib/patreon/src/lib.rs index df40e88..47850e2 100644 --- a/lib/patreon/src/lib.rs +++ b/lib/patreon/src/lib.rs @@ -90,7 +90,7 @@ pub enum Error { URLParse(#[from] url::ParseError), } -#[derive(Debug, Serialize, Deserialize, Clone, Default)] +#[derive(Debug, Serialize, Deserialize, Clone, Default, Eq, PartialEq)] pub struct Credentials { pub client_id: String, pub client_secret: String, |
