cob: further restrict TypeName
1 failed
(1 total)
View logs
modified CHANGELOG.md
@@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cob/src/type_name.rs
@@ -10,6 +10,9 @@ use thiserror::Error;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -19,6 +22,9 @@ use thiserror::Error;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -40,8 +46,18 @@ impl FromStr for TypeName {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -100,5 +116,15 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|