Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary type annotation of binding to hash map value #3

Open
yousefmoazzam opened this issue Jan 19, 2025 · 0 comments
Open

Comments

@yousefmoazzam
Copy link
Owner

The type can be inferred by the compiler due to how the hash map is being used later in the function, so this explicit type annotation is unnecessary:

let mut map: HashMap<String, i8> = HashMap::new();

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

No branches or pull requests

1 participant