Merge pull request #256 from rami-github/patch-1

Make first HashMap code segment editable
This commit is contained in:
Sunface 2022-06-30 09:49:40 +08:00 committed by GitHub
commit 7e04007809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The hash table implementation is a Rust port of Googles [SwissTable](https://
### Basic Operations
1. 🌟🌟
```rust,editbale
```rust,editable
// FILL in the blanks and FIX the erros
use std::collections::HashMap;