We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fed55 commit 576cd0fCopy full SHA for 576cd0f
src/callbacks.rs
@@ -25,7 +25,9 @@ impl Default for MacroParsingBehavior {
25
26
/// A trait to allow configuring different kinds of types in different
27
/// situations.
28
-pub trait ParseCallbacks: fmt::Debug + UnwindSafe + dyn_clone::DynClone {
+pub trait ParseCallbacks:
29
+ fmt::Debug + UnwindSafe + dyn_clone::DynClone
30
+{
31
/// This function will be run on every macro that is identified.
32
fn will_parse_macro(&self, _name: &str) -> MacroParsingBehavior {
33
MacroParsingBehavior::Default
0 commit comments