mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-03 01:56:12 +02:00
Update move.md (#1944)
Fix the String length (and capacity) to make it less confusing.
This commit is contained in:
parent
f2601d15ae
commit
ec5d4afa19
@ -28,8 +28,8 @@ Before move to `s2`:
|
||||
: s1 : : :
|
||||
: +-----------+-------+ : : +----+----+----+----+----+----+ :
|
||||
: | ptr | o---+---+-----+-->| H | e | l | l | o | ! | :
|
||||
: | len | 4 | : : +----+----+----+----+----+----+ :
|
||||
: | capacity | 4 | : : :
|
||||
: | len | 6 | : : +----+----+----+----+----+----+ :
|
||||
: | capacity | 6 | : : :
|
||||
: +-----------+-------+ : : :
|
||||
: : `- - - - - - - - - - - - - - - - - - -'
|
||||
: :
|
||||
@ -45,15 +45,15 @@ After move to `s2`:
|
||||
: s1 "(inaccessible)" : : :
|
||||
: +-----------+-------+ : : +----+----+----+----+----+----+ :
|
||||
: | ptr | o---+---+--+--+-->| H | e | l | l | o | ! | :
|
||||
: | len | 4 | : | : +----+----+----+----+----+----+ :
|
||||
: | capacity | 4 | : | : :
|
||||
: | len | 6 | : | : +----+----+----+----+----+----+ :
|
||||
: | capacity | 6 | : | : :
|
||||
: +-----------+-------+ : | : :
|
||||
: : | `- - - - - - - - - - - - - - - - - - -'
|
||||
: s2 : |
|
||||
: +-----------+-------+ : |
|
||||
: | ptr | o---+---+--'
|
||||
: | len | 4 | :
|
||||
: | capacity | 4 | :
|
||||
: | len | 6 | :
|
||||
: | capacity | 6 | :
|
||||
: +-----------+-------+ :
|
||||
: :
|
||||
`- - - - - - - - - - - - - -'
|
||||
|
Loading…
x
Reference in New Issue
Block a user