1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-17 14:47:35 +02:00

More tiny fixes (#1577)

This commit is contained in:
Marshall Pierce
2023-12-11 14:13:54 -07:00
committed by GitHub
parent e765159be1
commit e41ab44a38
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ Implement the following types, so that the given tests pass.
```rust,editable
{{#include exercise.rs:types}}
// Implement `new`, `insert`, and `has`.
// Implement `new`, `insert`, `len`, and `has`.
{{#include exercise.rs:tests}}
```