mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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;
|
||||
|
||||
// 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 _;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue