Skip to content

Commit ad74a49

Browse files
fix: address clippy lint
1 parent 9c91ef0 commit ad74a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl RoverEnv {
6767
value.to_string()
6868
};
6969

70-
format!("environment variable ${} = {}", key.to_string(), value)
70+
format!("environment variable ${} = {}", key, value)
7171
}
7272

7373
/// sets an environment variable to a value

0 commit comments

Comments
 (0)