Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jean-airoldie
Copy link
Contributor

This fixes #5116 .

code_ += "";
code_ += indent + "extern crate flatbuffers;";
code_ += indent + "use self::flatbuffers::EndianScalar;";
code_ += "";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's delete this whitespace line.

@jean-airoldie jean-airoldie force-pushed the global-namespace-imports branch from 784de45 to a7564b9 Compare January 17, 2019 21:00
@rw rw requested a review from aardappel January 18, 2019 06:46
@aardappel aardappel merged commit 38bf4cf into google:master Jan 24, 2019
@aardappel
Copy link
Collaborator

Thanks :)

zchee pushed a commit to zchee/flatbuffers that referenced this pull request Feb 14, 2019
* [Rust] Added global namespace imports

* Documented the need for global imports

* Added white_space params to GenNamespaceImports

* Removed a \n from GenNamespaceImports
@jean-airoldie jean-airoldie deleted the global-namespace-imports branch February 18, 2019 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Rust] No method named to_little_endian for schema file without namespace

3 participants