rust drop variable code example Example: drop variable rust let v = vec![1, 2, 3]; drop(v); // explicitly drop the vector