Merge pull request #203 from teloxide/fix-comment

Document the `errors` module
This commit is contained in:
Waffle Maybe 2022-04-18 13:56:38 +04:00 committed by GitHub
commit ac03ae9549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -1,3 +1,5 @@
//! Possible error types.
use std::{io, time::Duration};
use serde::Deserialize;