use &str consistently
This code is currently converting an &str to a String, to a &String, back to a &str. It's cleaner if we skip the round-trip. Tag: #floss Bug: 239449434 Test: TreeHugger Change-Id: Ie23109b82108091e81b65ff5c038bfe6d4c6489b
Loading
Please register or sign in to comment