Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] borrow_me_the_reference subject #2627

Closed
Squxle opened this issue Jul 2, 2024 · 1 comment · Fixed by #2635
Closed

[BUG] borrow_me_the_reference subject #2627

Squxle opened this issue Jul 2, 2024 · 1 comment · Fixed by #2635
Assignees
Labels

Comments

@Squxle
Copy link

Squxle commented Jul 2, 2024

borrow_me_the_reference

Dans l'exercice borrow_me_the_reference

il y a dans Usage :
let mut b: Vec = vec!["2+2", "3+2", "10-3", "5+5"];
Alors que sa devrai être :
let mut b: Vec = vec!["2+2".to_string(), "3+2".to_string(), "10-3".to_string(), "5+5".to_string()];

@nprimo nprimo self-assigned this Jul 3, 2024
@nprimo
Copy link
Contributor

nprimo commented Jul 3, 2024

@Squxle thank you for your feedback :) For future issues, please, write down your feedback in English. As a plus, it's nice to use some formatting to highlight code (more info on how to format markdown here)

@HarryVasanth HarryVasanth changed the title borrow_me_the_reference subject [BUG] borrow_me_the_reference subject Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants