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 follow::Follow;
|
||||
use primitives::*;
|
||||
use vtable::VTable;
|
||||
use crate::follow::Follow;
|
||||
use crate::primitives::*;
|
||||
use crate::vtable::VTable;
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub struct Table<'a> {
|
||||
|
||||
Reference in New Issue
Block a user