Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay authored and xfbs committed May 2, 2023
1 parent ee711d9 commit ff84f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/rust/oso/src/host/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ impl Instance {
}

pub(crate) fn debug_name(&self) -> &'static str {
&self.debug_type_name
self.debug_type_name
}

/// Lookup an attribute on the instance via the registered `Class`
Expand Down

0 comments on commit ff84f6f

Please sign in to comment.