Skip to content

Commit 1cf3d38

Browse files
ihincksmtreinish
andauthored
Update crates/providers/src/program_node.rs
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
1 parent bda047a commit 1cf3d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/providers/src/program_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub trait ProgramNode {
2323

2424
/// The namespace and name as one string.
2525
fn full_name(&self) -> String {
26-
format_args!("{}.{}", self.namespace(), self.name()).to_string()
26+
format!("{}.{}", self.namespace(), self.name())
2727
}
2828

2929
/// The inputs expected at `call` time.

0 commit comments

Comments
 (0)