mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
refactoring
This commit is contained in:
parent
9b2694657e
commit
31326b2067
1 changed files with 1 additions and 2 deletions
|
@ -2,10 +2,9 @@
|
||||||
// (for built ins there no warnings, but for (De)Serialize, there are)
|
// (for built ins there no warnings, but for (De)Serialize, there are)
|
||||||
#![allow(deprecated)]
|
#![allow(deprecated)]
|
||||||
|
|
||||||
use std::{str::FromStr, convert::TryFrom};
|
use std::{str::FromStr, convert::{TryFrom, TryInto}};
|
||||||
|
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use std::convert::TryInto;
|
|
||||||
|
|
||||||
/// ## Formatting options
|
/// ## Formatting options
|
||||||
/// The Bot API supports basic formatting for messages. You can use bold,
|
/// The Bot API supports basic formatting for messages. You can use bold,
|
||||||
|
|
Loading…
Reference in a new issue