Expand documentation of GlobDelegation
I discovered this via research through the git log, and I want to leave additional guidance for future macro spelunkers.
This commit is contained in:
parent
0b855bcdc9
commit
d7b30bef7e
1 changed files with 2 additions and 0 deletions
|
|
@ -776,6 +776,8 @@ pub enum SyntaxExtensionKind {
|
|||
),
|
||||
|
||||
/// A glob delegation.
|
||||
///
|
||||
/// This is for delegated function implementations, and has nothing to do with glob imports.
|
||||
GlobDelegation(Arc<dyn GlobDelegationExpander + sync::DynSync + sync::DynSend>),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue