cob: allow hyphens in `TypeName`
1 failed
(1 total)
View logs
modified crates/radicle-cob/src/type_name.rs
@@ -7,8 +7,8 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -47,7 +47,18 @@ impl FromStr for TypeName {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -77,7 +88,13 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
|
|
|