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:
Josh Triplett 2025-08-08 23:03:34 -07:00
parent 0b855bcdc9
commit d7b30bef7e

View file

@ -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>),
}