Skip to content

Commit

Permalink
Made clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
awelc committed May 23, 2024
1 parent 40bd4af commit cbc623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-crates/move/crates/move-analyzer/src/symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ pub struct StructDef {

impl StructDef {
pub fn name_start(&self) -> Position {
self.name_start.clone()
self.name_start
}
}

Expand Down

0 comments on commit cbc623b

Please sign in to comment.