Skip to content

Commit

Permalink
chore(clippy): ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Nov 14, 2024
1 parent 022879f commit ffe61b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sapiens/src/chains/agents/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub enum Error {
}

/// Format the outcome of a task
#[allow(clippy::ref_option)]
pub(crate) fn format_outcome(
task: &Task,
invocation_count: usize,
Expand Down
4 changes: 2 additions & 2 deletions sapiens_derive/examples/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub struct Foo {
let tokens = quote!(#receiver);

println!(
r#"
r"
INPUT:
{input}
Expand All @@ -132,6 +132,6 @@ PARSED AS:
EMITS:
{tokens}
"#
"
);
}

0 comments on commit ffe61b5

Please sign in to comment.