term: Change signature of `Constraint::from_env`
modified radicle-cli/src/commands/diff.rs
@@ -146,7 +146,7 @@ pub fn run(options: Options, _ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/git/pretty_diff.rs
@@ -372,6 +372,6 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified radicle-term/src/element.rs
@@ -60,13 +60,12 @@ impl Constraint {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,7 +91,7 @@ pub trait Element: fmt::Debug {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|