File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1107,14 +1107,14 @@ mod __parse__ExecutableDocument {
11071107 } ) . collect ( )
11081108 }
11091109 struct __StateMachine < ' input , ' __1 >
1110- where
1110+ where
11111111 {
11121112 input : & ' input str ,
11131113 ast : & ' __1 mut ExecutableAstWriter ,
11141114 __phantom : core:: marker:: PhantomData < ( & ' input ( ) ) > ,
11151115 }
11161116 impl < ' input , ' __1 > __state_machine:: ParserDefinition for __StateMachine < ' input , ' __1 >
1117- where
1117+ where
11181118 {
11191119 type Location = usize ;
11201120 type Error = crate :: parser:: AdditionalErrors ;
Original file line number Diff line number Diff line change 11// These are generated by LARLPOP
2+ #[ expect( unused_braces) ]
23mod executable;
4+ #[ expect( unused_braces) ]
35mod schema;
46
57pub use executable:: * ;
You can’t perform that action at this time.
0 commit comments