mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix a typo in tests/command.rs
This commit is contained in:
parent
013cd8e01d
commit
bd4b74a297
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
use teloxide_macros::BotCommands;
|
use teloxide_macros::BotCommands;
|
||||||
|
|
||||||
// Import only trait _methods_, such that we can call `parse`, but we also test
|
// Import only trait _methods_, such that we can call `parse`, but we also test
|
||||||
// that proc macros works without the trait being imported.
|
// that proc macros work without the trait being imported.
|
||||||
use teloxide::utils::command::BotCommands as _;
|
use teloxide::utils::command::BotCommands as _;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue