modified radicle/src/cob/issue.rs
@@ -36,7 +36,7 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,7 +44,7 @@ pub enum CloseReason {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -74,7 +74,6 @@ impl Status {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -382,6 +381,7 @@ impl<'a> Issues<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/cob/op.rs
@@ -1,6 +1,5 @@
|
|
|
|
| - | |
|
|
|
|
|
@@ -24,7 +23,7 @@ pub enum OpDecodeError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +66,7 @@ pub struct Actor<G, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -66,6 +66,7 @@ pub enum Error {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -379,7 +380,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -389,6 +390,7 @@ pub enum Status {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -400,7 +402,7 @@ pub struct Merge {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -427,6 +429,7 @@ impl fmt::Display for Verdict {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -455,6 +458,7 @@ impl Ord for CodeLocation {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -934,6 +938,18 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -60,6 +60,7 @@ impl PartialOrd for Comment {
|
|
|
|
|
|
| + | |
|
|
|
|
|