You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 13:50:27 +02:00
More tiny fixes (#1577)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
You're working on implementing a health-monitoring system. As part of that, you
|
||||
need to keep track of users' health statistics.
|
||||
|
||||
You'll start with some stubbed functions in an `impl` block as well as a `User`
|
||||
struct definition. Your goal is to implement the stubbed out methods on the
|
||||
You'll start with a stubbed function in an `impl` block as well as a `User`
|
||||
struct definition. Your goal is to implement the stubbed out method on the
|
||||
`User` `struct` defined in the `impl` block.
|
||||
|
Reference in New Issue
Block a user