better comment
This commit is contained in:
parent
b5488219a6
commit
06a5c4a8cc
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ struct Handler;
|
|||
impl EventHandler for Handler {
|
||||
// Appellé quand un message est récupérer par le bot
|
||||
async fn message(&self, ctx: Context, msg: Message) {
|
||||
#[allow(unused_assignments)] // n'importe quoi...
|
||||
#[allow(unused_assignments)]
|
||||
// Rust doit penser que `prefix` n'est pas utilisé à cause de la confusion apporté par le bloc unsafe
|
||||
let mut prefix = String::from("");
|
||||
unsafe {
|
||||
prefix = recuperation_prefix();
|
||||
|
|
Reference in a new issue