Change some `eprintln` statements for `log::error`
modified crates/radicle-types/src/traits/issue.rs
@@ -115,7 +115,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -184,7 +184,7 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/patch.rs
@@ -268,7 +268,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/thread.rs
@@ -110,7 +110,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -153,7 +153,7 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|