From d8556f4eb27412f60fa48b73b18db0e52d388409 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 10 Jul 2022 22:27:55 +0300 Subject: kittybox-indieauth: improve types and make more of them public --- kittybox-rs/indieauth/src/scopes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kittybox-rs/indieauth/src/scopes.rs') diff --git a/kittybox-rs/indieauth/src/scopes.rs b/kittybox-rs/indieauth/src/scopes.rs index bc57265..e803dca 100644 --- a/kittybox-rs/indieauth/src/scopes.rs +++ b/kittybox-rs/indieauth/src/scopes.rs @@ -80,7 +80,7 @@ impl From<&str> for Scope { } } } -#[derive(Debug, Clone)] +#[derive(PartialEq, Eq, Debug, Clone)] pub struct Scopes(Vec); impl Scopes { pub fn new(scopes: Vec) -> Self { -- cgit 1.4.1