mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Merge pull request #203 from teloxide/fix-comment
Document the `errors` module
This commit is contained in:
commit
ac03ae9549
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- Document the `errors` module.
|
||||
|
||||
## 0.5.0 - 2022-04-13
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//! Possible error types.
|
||||
|
||||
use std::{io, time::Duration};
|
||||
|
||||
use serde::Deserialize;
|
||||
|
|
Loading…
Reference in a new issue