mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Remove unused dbg
This commit is contained in:
parent
ee93037ed9
commit
66b132b4b2
1 changed files with 3 additions and 4 deletions
|
@ -94,8 +94,7 @@ fn rust_files_are_tidy() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn check_merge_commits() {
|
fn check_merge_commits() {
|
||||||
let stdout =
|
let stdout = cmd!("git rev-list --merges --invert-grep --author 'bors\\[bot\\]' HEAD~19..")
|
||||||
dbg!(cmd!("git rev-list --merges --invert-grep --author 'bors\\[bot\\]' HEAD~19.."))
|
|
||||||
.read()
|
.read()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
if !stdout.is_empty() {
|
if !stdout.is_empty() {
|
||||||
|
|
Loading…
Reference in a new issue