Snippets for aichat 0.30.0 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/w7sx3rpbzrckfrr6jsy3qmp7kfvdnbm6-aichat-0.30.0.drv.
-
warning: hiding a lifetime that's elided elsewhere is confusing --> src/repl/prompt.rs:20:27 | 20 | fn render_prompt_left(&self) -> Cow<str> { | ^^^^^ ^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/repl/prompt.rs:24:28 | 24 | fn render_prompt_right(&self) -> Cow<str> { | ^^^^^ ^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/repl/prompt.rs:28:32 | 28 | fn render_prompt_indicator(&self, _prompt_mode: reedline::PromptEditMode) -> Cow<str> { | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/repl/prompt.rs:32:42 | 32 | fn render_prompt_multiline_indicator(&self) -> Cow<str> { | ^^^^^ ^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/repl/prompt.rs:37:9 | 37 | &self, | ^^^^^ the lifetime is elided here 38 | history_search: PromptHistorySearch, 39 | ) -> Cow<str> { | ^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing -
warning: hiding a lifetime that's elided elsewhere is confusing --> src/utils/mod.rs:89:30 | 89 | pub fn strip_think_tag(text: &str) -> Cow<str> { | ^^^^ ^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing