We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99dea9 commit dbb6ae1Copy full SHA for dbb6ae1
2 files changed
cpp-linter/src/cli/structs.rs
@@ -220,7 +220,7 @@ impl From<&Cli> for ClangParams {
220
}
221
222
/// A struct to contain CLI options that relate to
223
-/// [`ResApiClient.post_feedback()`](fn@crate::rest_api::ResApiClient.post_feedback()).
+/// [`RestClient.post_feedback()`](fn@crate::rest_api::RestClient.post_feedback()).
224
pub struct FeedbackInput {
225
pub thread_comments: ThreadComments,
226
pub no_lgtm: bool,
cpp-linter/src/run.rs
@@ -78,7 +78,6 @@ pub async fn run_main(args: Vec<String>) -> Result<()> {
78
LevelFilter::Info
79
},
80
);
81
- // log::info!("Processing event {}", rest_api_client.event_name);
82
let is_pr = rest_api_client.is_pr();
83
84
let mut file_filter = FileFilter::new(
0 commit comments