Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate
crate::DebugPrettyPrint
since v0.2.0
Currently `#[deprecated]` cannot be used for a use declaration (see <rust-lang/rust#30827>), so make it `pub type` temporarily. I believe this change is not breaking since the constructor of `DebugPrettyPrint` is not public.
- Loading branch information