mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Merge pull request #256 from rami-github/patch-1
Make first HashMap code segment 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
|
||||
1. 🌟🌟
|
||||
|
||||
```rust,editbale
|
||||
```rust,editable
|
||||
|
||||
// FILL in the blanks and FIX the erros
|
||||
use std::collections::HashMap;
|
||||
|
Reference in New Issue
Block a user