pingcap / talent-plan

open source training courses about distributed database and distributed systems
https://tidb.io/talent-plan
10.17k stars 1.32k forks source link

change `failure` to `thiserror` #354

Open mapleFU opened 4 years ago

mapleFU commented 4 years ago

What problem does this PR solve?

failure crate is deprecated now, I changed it to thiserror.

What is changed and how it works?

Check List

Tests

Side effects

None.

Related changes

None

ziyi-yan commented 4 years ago

We might need to add this related issue in the description: #343