Rollup merge of #55441 - xfix:patch-12, r=aturon

Remove unused re import in gdb_rust_pretty_printing
This commit is contained in:
kennytm
2018-11-07 18:01:47 +08:00
committed by GitHub
-1
View File
@@ -9,7 +9,6 @@
# except according to those terms.
import gdb
import re
import sys
import debugger_pretty_printers_common as rustpp