We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8d812 commit 77acd25Copy full SHA for 77acd25
src/librustdoc/html/render/mod.rs
@@ -673,7 +673,7 @@ fn short_item_info(
673
format!("Deprecating in {version}")
674
}
675
676
- DeprecatedSince::Future => String::from("Deprecating in a future Rust version"),
+ DeprecatedSince::Future => String::from("Deprecating in a future version"),
677
DeprecatedSince::NonStandard(since) => {
678
format!("Deprecated since {}", Escape(since.as_str()))
679
0 commit comments