mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
inline the binding
This commit is contained in:
@@ -86,8 +86,7 @@ fn feature_list(attr: &Attribute) -> ThinVec<ast::MetaItemInner> {
|
||||
if let Some(f) = REMOVED_LANG_FEATURES.iter().find(|f| name == f.feature.name) {
|
||||
let pull_note = if let Some(pull) = f.pull {
|
||||
format!(
|
||||
"; see <https://github.com/rust-lang/rust/pull/{}> for more information",
|
||||
pull
|
||||
"; see <https://github.com/rust-lang/rust/pull/{pull}> for more information",
|
||||
)
|
||||
} else {
|
||||
"".to_owned()
|
||||
|
||||
Reference in New Issue
Block a user