mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Make first HashMap code segment editable
A spelling mistake is preventing the first HashMap challenge from being editable.
This commit is contained in:
@ -9,7 +9,7 @@ The hash table implementation is a Rust port of Google’s [SwissTable](https://
|
|||||||
### Basic Operations
|
### Basic Operations
|
||||||
1. 🌟🌟
|
1. 🌟🌟
|
||||||
|
|
||||||
```rust,editbale
|
```rust,editable
|
||||||
|
|
||||||
// FILL in the blanks and FIX the erros
|
// FILL in the blanks and FIX the erros
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
Reference in New Issue
Block a user