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
|
* User code blocks
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
<% unless @grammar.code_blocks.fetch("header", "").empty? %>
|
|
||||||
<%= @grammar.code_blocks.fetch("header", "") %>
|
|
||||||
<% end %>
|
|
||||||
<%= @grammar.code_blocks.fetch("", "") %>
|
<%= @grammar.code_blocks.fetch("", "") %>
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<<header
|
<<
|
||||||
pub const JSON_OBJECT: usize = 0;
|
pub const JSON_OBJECT: usize = 0;
|
||||||
pub const JSON_ARRAY: usize = 1;
|
pub const JSON_ARRAY: usize = 1;
|
||||||
pub const JSON_NUMBER: usize = 2;
|
pub const JSON_NUMBER: usize = 2;
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
tree;
|
tree;
|
||||||
tree_prefix P;
|
tree_prefix P;
|
||||||
|
|
||||||
<<header
|
<<
|
||||||
#[derive(Clone, Default)]
|
#[derive(Clone, Default)]
|
||||||
pub struct TokenVal {
|
pub struct TokenVal {
|
||||||
pub i64_: u64,
|
pub i64_: u64,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user