Skip to content

Commit

Permalink
style: better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gcavelier committed Aug 28, 2024
1 parent d5e4cee commit fd49bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://docs.gitlab.com/ee/api/project_access_tokens.html

use axum::{extract::State, http::StatusCode, routing::get, Router};
use core::fmt::Write as _; // import without risk of name clashing
use core::fmt::Write as _; // To be able to use the `Write` trait
use core::{future::IntoFuture, time::Duration};
use dotenv::dotenv;
use serde::Deserialize;
Expand Down

0 comments on commit fd49bf2

Please sign in to comment.