https://github.com/sunface/rust-by-practice/blob/e0e88e963a3d2c96029e1e3dca3397d38db78cab/solutions/ownership/ownership.md?plain=1#L186 the second method should be ```rust let (s1, s2) = &t; ```
rust-by-practice/solutions/ownership/ownership.md
Line 186 in e0e88e9
the second method should be