mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
fix readme test path
This commit is contained in:
parent
178a9bcc2f
commit
405cf34f03
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub use dispatching::filter_command;
|
||||||
pub use dptree::{self, case as handler};
|
pub use dptree::{self, case as handler};
|
||||||
|
|
||||||
#[cfg(all(feature = "nightly", doctest))]
|
#[cfg(all(feature = "nightly", doctest))]
|
||||||
#[cfg_attr(feature = "nightly", cfg_attr(feature = "nightly", doc = include_str!("../../README.md")))]
|
#[cfg_attr(feature = "nightly", cfg_attr(feature = "nightly", doc = include_str!("../../../README.md")))]
|
||||||
enum ReadmeDocTests {}
|
enum ReadmeDocTests {}
|
||||||
|
|
||||||
use teloxide_core::requests::ResponseResult;
|
use teloxide_core::requests::ResponseResult;
|
||||||
|
|
Loading…
Add table
Reference in a new issue