Skip to content

Commit abcabda

Browse files
And that's what the lints are for
1 parent e344d36 commit abcabda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async fn actual_main() -> Result<()> {
7979
let github = {
8080
let mut builder = octocrab::OctocrabBuilder::new();
8181
if let Some(token) = cli_app.github_token {
82-
builder = builder.personal_token(token.into());
82+
builder = builder.personal_token(token);
8383
}
8484
octocrab::initialise(builder)
8585
}?;

0 commit comments

Comments
 (0)