mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-19 01:50:32 +00:00
Bump zip
This commit is contained in:
parent
7acc434f46
commit
ff340f9c21
5 changed files with 13 additions and 17 deletions
|
@ -71,7 +71,7 @@ impl MacroDylib {
|
|||
|
||||
/// A handle to a specific macro (a `#[proc_macro]` annotated function).
|
||||
///
|
||||
/// It exists withing a context of a specific [`ProcMacroProcess`] -- currently
|
||||
/// It exists within a context of a specific [`ProcMacroProcess`] -- currently
|
||||
/// we share a single expander process for all macros.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ProcMacro {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue