Clean up E0502 explanation

This commit is contained in:
Guillaume Gomez 2020-04-03 13:41:34 +02:00
parent 98803c182b
commit 9db7360593

View File

@ -1,5 +1,4 @@
This error indicates that you are trying to borrow a variable as mutable when it
has already been borrowed as immutable.
A variable already borrowed as immutable was borrowed as mutable.
Erroneous code example: