diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-07-29 16:05:21 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-07-29 16:05:21 +0200 |
| commit | 5ac8b79ca8087fa86185ba2c472ee5e0ceae6e5c (patch) | |
| tree | 106c521d14000acb0742f0ec7124fa48ca93729e | |
| parent | a8957974550b26fe59fa80ae6adf7771a3c1cb88 (diff) | |
| download | rust-5ac8b79ca8087fa86185ba2c472ee5e0ceae6e5c.tar.gz rust-5ac8b79ca8087fa86185ba2c472ee5e0ceae6e5c.zip | |
Add missing doc string
| -rw-r--r-- | src/tools/rust-analyzer/crates/hir-expand/src/builtin.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/crates/hir-expand/src/builtin.rs b/src/tools/rust-analyzer/crates/hir-expand/src/builtin.rs index 4e6349c31da..252430e4e95 100644 --- a/src/tools/rust-analyzer/crates/hir-expand/src/builtin.rs +++ b/src/tools/rust-analyzer/crates/hir-expand/src/builtin.rs @@ -1,3 +1,4 @@ +//! Builtin macros and attributes #[macro_use] mod quote; |
