Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
theJian committed Jul 2, 2018
1 parent 82ee1d4 commit 8c6f586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-structure/stack.md
Expand Up @@ -73,7 +73,7 @@ Option 里面包括元素,None 和 Some(T) ,这样就很轻松的描述了 n

[Error Handling in Rust](http://blog.burntsushi.net/rust-error-handling/)

[rustbyexample 的 Options with Results部分](http://rustbyexample.com/error/option_with_result.html)
[rustbyexample 的 Error handling](https://doc.rust-lang.org/stable/rust-by-example/error.html)

## 实现 `new( ) push( ) pop( )`
接下来是实现 stack 的主要功能了。
Expand Down

0 comments on commit 8c6f586

Please sign in to comment.