Remove field `is_import` from `rustc::def::Export`. The field is only used is `rustdoc` and can be [refactored away](https://github.com/rust-lang/rust/pull/47095/files#r159146038).
Remove field
is_importfromrustc::def::Export.The field is only used is
rustdocand can be refactored away.