Skip to content

Commit dbb6ae1

Browse files
committed
fix 1 comment; remove another
1 parent e99dea9 commit dbb6ae1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cpp-linter/src/cli/structs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ impl From<&Cli> for ClangParams {
220220
}
221221

222222
/// A struct to contain CLI options that relate to
223-
/// [`ResApiClient.post_feedback()`](fn@crate::rest_api::ResApiClient.post_feedback()).
223+
/// [`RestClient.post_feedback()`](fn@crate::rest_api::RestClient.post_feedback()).
224224
pub struct FeedbackInput {
225225
pub thread_comments: ThreadComments,
226226
pub no_lgtm: bool,

cpp-linter/src/run.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ pub async fn run_main(args: Vec<String>) -> Result<()> {
7878
LevelFilter::Info
7979
},
8080
);
81-
// log::info!("Processing event {}", rest_api_client.event_name);
8281
let is_pr = rest_api_client.is_pr();
8382

8483
let mut file_filter = FileFilter::new(

0 commit comments

Comments
 (0)