Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
c23ba675
Unverified
Commit
c23ba675
authored
Sep 05, 2018
by
Robert
Committed by
GitHub
Sep 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rust: more builder lifetimes logic (#4917)
parent
10e1d1a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
idl_gen_rust.cpp
src/idl_gen_rust.cpp
+1
-2
No files found.
src/idl_gen_rust.cpp
View file @
c23ba675
...
...
@@ -352,8 +352,7 @@ class RustGenerator : public BaseGenerator {
case
ftFloat
:
case
ftBool
:
case
ftEnumKey
:
case
ftUnionKey
:
case
ftStruct
:
{
return
false
;
}
case
ftUnionKey
:
{
return
false
;
}
default
:
{
return
true
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment