Skip to content

refactor: remove unused username binding#53

Open
huazhuang80-star wants to merge 1 commit into
StellarTips:mainfrom
huazhuang80-star:refactor/remove-unused-username-binding
Open

refactor: remove unused username binding#53
huazhuang80-star wants to merge 1 commit into
StellarTips:mainfrom
huazhuang80-star:refactor/remove-unused-username-binding

Conversation

@huazhuang80-star

Copy link
Copy Markdown

Summary

  • remove the unnecessary let _ = _username; binding from validate_input
  • keep the existing _username parameter and call sites unchanged

Closes #32.

Validation

  • git diff --check

I could not run cargo test locally because Cargo is not available in this environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: Remove unused variable binding in validate_input()

1 participant