mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
cleanup
This commit is contained in:
parent
560812dfcc
commit
c29aac96a7
1 changed files with 0 additions and 3 deletions
|
@ -138,9 +138,6 @@ fn parser_with_separator<'a>(
|
|||
|
||||
let res = #res;
|
||||
|
||||
if !s.is_empty() && splitted.count() {
|
||||
}
|
||||
|
||||
match splitted.next() {
|
||||
Some(d) if !s.is_empty() => ::std::result::Result::Err(teloxide::utils::command::ParseError::TooManyArguments {
|
||||
expected: #expected,
|
||||
|
|
Loading…
Reference in a new issue