3fe13fafa6
The docs clearly state: #[rustc_deprecated(since = "1.42.0", reason = "use the Display impl or to_string()")] fn description(&self) -> &str { "description() is deprecated; use Display" } We already have a `Display` implementation containing an identical `match` block and has further improvements on the way in [1]. [1]: https://github.com/MaikKlein/ash/pull/424 |
||
---|---|---|
.. | ||
src | ||
Vulkan-Headers@9166a0677e | ||
Cargo.toml |