Change 100.to_string() to "100".into()
This commit is contained in:
parent
a3f775222f
commit
03f0ea717a
1 changed files with 1 additions and 6 deletions
|
@ -174,12 +174,7 @@ impl Cri {
|
|||
.send(
|
||||
IrcCommand::Raw(
|
||||
"CHATHISTORY".into(),
|
||||
vec![
|
||||
"LATEST".into(),
|
||||
chanlist.into(),
|
||||
"*".into(),
|
||||
100.to_string(),
|
||||
],
|
||||
vec!["LATEST".into(), chanlist.into(), "*".into(), "100".into()],
|
||||
)
|
||||
.into(),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue