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

courses/rust/projects/project-4: fix inconsistencies in description and code #407

Closed
wants to merge 1 commit into from

Conversation

mu001999
Copy link

What problem does this PR solve?

  • Breif description of the problem:
    In the example, field reader is of type BufReaderWithPos<File>, but the type of this field in the following description is HashMap<u64, BufReaderWithPos<File>>.

What is changed and how it works?

Update the type in the description to BufReaderWithPos<File>.

Check List

Tests

  • No code

@mu001999 mu001999 closed this May 14, 2024
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.

None yet

1 participant