Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
chore(sdk): ran clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed Feb 20, 2023
1 parent 8385aa8 commit 803cfc4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion crates/dagger-codegen/src/rust/templates/object_tmpl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use genco::prelude::rust;
use genco::quote;
use itertools::Itertools;

use crate::functions::{type_ref_is_optional, CommonFunctions};
use crate::functions::{CommonFunctions};
use crate::rust::functions::{
field_options_struct_name, format_function, format_name, format_optional_args,
format_struct_comment, format_struct_name,
Expand Down
Loading

0 comments on commit 803cfc4

Please sign in to comment.