Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Dec 5, 2024
1 parent 5a6f6e8 commit ce75111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crates/flux-infer/src/refine_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ mod pretty {
match &n.kind {
NodeKind::Root(bindings) => {
for (name, sort) in bindings {
f(&format_args_cx!("{:?}: {:?}", ^name, sort))?
f(&format_args_cx!("{:?}: {:?}", ^name, sort))?;
}
Ok(())
}
Expand Down
1 change: 0 additions & 1 deletion lib/liquid-fixpoint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ impl<T: Types> KVarDecl<T> {
}

#[derive(Serialize, Deserialize)]
// struct ErrorInner<'a>(i32, &'a str);
struct ErrorInner(i32, String);

impl<Tag: ToString> Serialize for Error<Tag> {
Expand Down

0 comments on commit ce75111

Please sign in to comment.