fmt: i can't see the difference

This commit is contained in:
Waffle 2020-10-03 03:39:50 +03:00
parent 2d7e40a473
commit 8e44a0bcfc

View file

@ -122,7 +122,7 @@ impl Default for Limits {
///
/// ## Examples
///
/// ```no_run (throttle fails to spawn task without tokio runtime)
/// ```no_run (throttle fails to spawn task without tokio runtime)
/// use teloxide_core::{bot::Limits, requests::RequesterExt, Bot};
///
/// # #[allow(deprecated)]