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 081d7ca commit 85e7d3cCopy full SHA for 85e7d3c
git-function-history-lib/src/lib.rs
@@ -364,14 +364,6 @@ fn find_function_in_commit(
364
0 => 0,
365
x => x + 1,
366
};
367
- let ttt = f
368
- .doc_comments_and_attrs()
369
- .into_iter()
370
- .map(|c| c.to_string())
371
- .collect::<String>();
372
- if !ttt.is_empty() {
373
- println!("{}", ttt);
374
- }
375
let contents: String = file_contents[bb..f.syntax().text_range().end().into()]
376
.to_string()
377
.lines()
0 commit comments