mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
@@ -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>),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user