radicle: Accept `<transport>::rad://` URL convention
1 failed
(1 total)
View logs
modified crates/radicle/src/storage/git/transport/local/url.rs
@@ -18,7 +18,7 @@ pub enum UrlError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -79,6 +79,11 @@ impl FromStr for Url {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -123,6 +128,27 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|