Remove header user code block group for Rust section
This commit is contained in:
parent
f902c835c9
commit
35c40f09fe
@ -16,9 +16,6 @@
|
||||
* User code blocks
|
||||
*************************************************************************/
|
||||
|
||||
<% unless @grammar.code_blocks.fetch("header", "").empty? %>
|
||||
<%= @grammar.code_blocks.fetch("header", "") %>
|
||||
<% end %>
|
||||
<%= @grammar.code_blocks.fetch("", "") %>
|
||||
|
||||
/**************************************************************************
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<<header
|
||||
<<
|
||||
pub const JSON_OBJECT: usize = 0;
|
||||
pub const JSON_ARRAY: usize = 1;
|
||||
pub const JSON_NUMBER: usize = 2;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
tree;
|
||||
tree_prefix P;
|
||||
|
||||
<<header
|
||||
<<
|
||||
#[derive(Clone, Default)]
|
||||
pub struct TokenVal {
|
||||
pub i64_: u64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user