mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +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]
|
||||
fn check_merge_commits() {
|
||||
let stdout =
|
||||
dbg!(cmd!("git rev-list --merges --invert-grep --author 'bors\\[bot\\]' HEAD~19.."))
|
||||
let stdout = cmd!("git rev-list --merges --invert-grep --author 'bors\\[bot\\]' HEAD~19..")
|
||||
.read()
|
||||
.unwrap();
|
||||
if !stdout.is_empty() {
|
||||
|
|
Loading…
Reference in a new issue