diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-05 02:57:37 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-05 02:57:37 +0200 |
commit | 6de0a5e827b0b18f589c28f489b4ff88169f156c (patch) | |
tree | cc6923484b77b5654fe1ca09bf6694fda7a894a2 /src/encoding/uri.rs | |
parent | 384ddd782b989218ceb55b7147aa8698425d1464 (diff) | |
download | sip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar sip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar.bz2 sip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar.zst |
this wont work
Diffstat (limited to 'src/encoding/uri.rs')
-rw-r--r-- | src/encoding/uri.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/uri.rs b/src/encoding/uri.rs index 64572ba..7aeefdb 100644 --- a/src/encoding/uri.rs +++ b/src/encoding/uri.rs @@ -1,6 +1,6 @@ use std::fmt::Display; -#[derive(Debug)] +#[derive(Debug,Clone)] pub struct Uri { pub content: String, } |