Fix formatting

Former-commit-id: a59fb0ddea
This commit is contained in:
Hirrolot 2022-07-24 19:01:36 +06:00
parent 7c1af1265b
commit 839d4705ae

View file

@ -14,7 +14,7 @@ use teloxide_core::requests::Requester;
/// REPLs are meant only for simple bots and rapid prototyping. If you need to
/// supply dependencies or describe more complex dispatch logic, please use
/// [`Dispatcher`].
///
///
/// See also: ["Dispatching or
/// REPLs?"](dispatching/index.html#dispatching-or-repls)
///