mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Move hir_def::builtin_attr to hir_def::attr::builtin
This commit is contained in:
parent
12b069f434
commit
3f5c9920d6
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,7 @@
|
|||
//! A higher level attributes based on TokenTree, with also some shortcuts.
|
||||
|
||||
pub mod builtin;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue