mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Remove a part of the deprecated autocompletion
This commit is contained in:
parent
861a547270
commit
64f8ec4632
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ const ATTRIBUTES: &[AttrCompletion] = &[
|
|||
attr(r#"crate_name = """#, Some("crate_name"), Some(r#"crate_name = "${0:crate_name}""#))
|
||||
.prefer_inner(),
|
||||
attr("deny(…)", Some("deny"), Some("deny(${0:lint})")),
|
||||
attr(r#"deprecated = "…""#, Some("deprecated"), Some(r#"deprecated = "${0:reason}""#)),
|
||||
attr(r#"deprecated "…""#, Some("deprecated"), Some(r#"deprecated"#)),
|
||||
attr("derive(…)", Some("derive"), Some(r#"derive(${0:Debug})"#)),
|
||||
attr(
|
||||
r#"export_name = "…""#,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue