forked from BigfootDev/flatbuffers
[Rust] Upgrade flatbuffers library to 2018 edition (#6159)
* [Rust] Upgrade flatbuffers lib to 2018 edition * Pushed version
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use endian_scalar::read_scalar_at;
|
||||
use follow::Follow;
|
||||
use primitives::*;
|
||||
use crate::endian_scalar::read_scalar_at;
|
||||
use crate::follow::Follow;
|
||||
use crate::primitives::*;
|
||||
|
||||
/// VTable encapsulates read-only usage of a vtable. It is only to be used
|
||||
/// by generated code.
|
||||
|
||||
Reference in New Issue
Block a user